The WPF Toolkit is a collection of WPF features and components that are being made available outside of the normal .NET Framework ship cycle.
I need to change the string format of the DatePickerTextBox in the WPF Toolkit DatePicker, to use hyphens instead of …
wpf datepicker wpftoolkitHow can I align the column data to center in a WPF DataGrid?
c# .net wpf xaml wpftoolkitI want to format my string binding as Amount is X where X is a property bound to a label. …
wpf wpf-controls binding wpftoolkit wpfdatagridI am new to WPF. I want to use datetime picker. I have downloaded the "Extended WPF Toolkit - 1.9.0" from …
c# asp.net wpf dll wpftoolkitI'm using the Toolkit's Datepicker as above but I'd like to restrict it to month and year selections only, as …
c# datetime datepicker wpftoolkitAnybody come across a clever way of closing a view in a viewmodel using MVVM? Maybe there is a way …
wpf mvvm wpftoolkitIs there any way to make a WPF app look like it's running on Windows 7 even if it's running on …
.net wpf windows themes wpftoolkitI'm getting nuts here with this: ObservableCollection<Employee> list = new ObservableCollection<Employee>(); dgEmployees.ItemsSource = list; When …
datagrid observablecollection wpftoolkitHow does one enable text wrapping on all column headers of a DataGrid, without disabling the other default header functionality? …
wpf datagrid wpftoolkit word-wrapI have a DataGrid in WPF app with several columns, including a Name column. If the users switches to a …
wpf xaml sorting datagrid wpftoolkit