Top "Wpftoolkit" questions

The WPF Toolkit is a collection of WPF features and components that are being made available outside of the normal .NET Framework ship cycle.

Changing the string format of the WPF DatePicker

I need to change the string format of the DatePickerTextBox in the WPF Toolkit DatePicker, to use hyphens instead of …

wpf datepicker wpftoolkit
Text alignment in a WPF DataGrid

How can I align the column data to center in a WPF DataGrid?

c# .net wpf xaml wpftoolkit
WPF StringFormat on Label Content

I want to format my string binding as Amount is X where X is a property bound to a label. …

wpf wpf-controls binding wpftoolkit wpfdatagrid
Extended WPF Toolkit - How to add reference to project?

I 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 wpftoolkit
WPF Toolkit DatePicker Month/Year Only

I'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 wpftoolkit
WPF (MVVM): Closing a view from Viewmodel?

Anybody come across a clever way of closing a view in a viewmodel using MVVM? Maybe there is a way …

wpf mvvm wpftoolkit
Windows 7 theme for WPF?

Is 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 wpftoolkit
How to remove DataGrid's blank row when binding to a ObservableCollection<T>?

I'm getting nuts here with this: ObservableCollection<Employee> list = new ObservableCollection<Employee>(); dgEmployees.ItemsSource = list; When …

datagrid observablecollection wpftoolkit
How do I enable text wrapping on all column headers?

How does one enable text wrapping on all column headers of a DataGrid, without disabling the other default header functionality? …

wpf datagrid wpftoolkit word-wrap
Pre-sorting a DataGrid in WPF

I have a DataGrid in WPF app with several columns, including a Name column. If the users switches to a …

wpf xaml sorting datagrid wpftoolkit