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 have some chart and I want to add dynamicly LineSeries without DataPoints, just lines with some custom colors. The …
c# wpf wpftoolkit chartsI am using WPF Toolkit Datagrid in one of the applications I am working on. What I want is to …
c# .net wpf datagrid wpftoolkitI'm trying to use wpf toolkit chart line and I need to have more then one line in the chart …
wpf charts wpftoolkit linechart lineseriesI have a WPF user control that contains a DataGrid. I'm binding an ObservableCollection of view models to it. Each …
wpf data-binding datagrid wpftoolkitIn a wpf project I have this XAML code <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:…
wpf wpftoolkit visualstatemanagerI am using the RibbonControl from WPF toolkit. It has the Office Blue, Black and Silver themes. But the the …
wpf wpftoolkit ribbon-control ribboncontrolslibraryIs there a way, using XAML, to dynamically set the background of a row based on the content of one …
wpf xaml wpfdatagrid wpftoolkitThis is a seemingly simple question but I cannot find a simple answer. I want to specify the minimum and …
c# .net wpf customization wpftoolkitProblem I have a WPF Toolkit DataGrid, and I'd like to be able to switch among several preset column orders. …
wpf data-binding xaml mvvm wpftoolkitThe WPF Datagrid has two selection modes, Single or Extended. The WPF ListView has a third - Multiple. This mode …
wpf wpftoolkit selection wpfdatagrid