Top "Wpf-4.0" questions

Version 4.0 of the Windows Presentation Foundation (WPF).

Difference between ObservableCollection and BindingList

I want to know the difference between ObservableCollection and BindingList because I've used both to notify for any add/delete …

c# .net wpf observablecollection wpf-4.0
Disable DataGrid current cell border in FullRow selection mode

I am using a DataGrid in row selection mode (i.e., SelectionUnit="FullRow"). I simply want to remove the border …

wpf wpfdatagrid wpf-4.0
Getting WPF Data Grid Context Menu Click Row

I have a WPF DataGrid <DataGrid AutoGenerateColumns="False" Name="dataGrid1" IsReadOnly="True" > <DataGrid.Columns> <DataGridTextColumn …

c# wpf wpfdatagrid wpf-4.0
Create a simple wpf trigger on one object that affects another

This is the closest that I have come to creating a simple trigger on this. I just want the datagrid's …

c# .net wpf wpf-4.0 .net-4.0
WPF Rectangle with different stroke thickness on sides or Border with dashed stroke?

I know I can create a dashed border with a rectangle or a border with different stroke thickness for different …

c# wpf xaml wpf-4.0
Checkbox with DataGrid WPF

I am trying to create a DataGrid in WPF 4.0 using MVVM... Features required - Muti - Select rows using a …

wpf mvvm wpf-controls wpfdatagrid wpf-4.0
How to fill treeview in WPF dynamically

Treeview code on xaml <Window x:Class="WpfApplication1.orderdetail" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="…

c# wpf xaml treeview wpf-4.0
How to convert DataGrid to dataTable

I want to copy all the datagrid records into datatable without using any loop. For Ex: Dim dt as New …

wpf vb.net wpfdatagrid wpf-4.0
filter wpf datagrid values from a textbox

I have a textbox and a Datagrid. The datagrid has two columns name and Email address. I want to Filter …

wpf wpfdatagrid wpf-4.0
Why is my Grid's width NaN?

I have the following mark-up in a view. When I get WindowContainer.Width during start-up code for the view, it …

wpf wpf-controls wpf-4.0