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.

wpf toolkit line chart without points and with different line colors

I have some chart and I want to add dynamicly LineSeries without DataPoints, just lines with some custom colors. The …

c# wpf wpftoolkit charts
WPF Toolkit DataGrid column resize event

I am using WPF Toolkit Datagrid in one of the applications I am working on. What I want is to …

c# .net wpf datagrid wpftoolkit
How to add dynamically more line series into a line chart in wpf toolkit?

I'm trying to use wpf toolkit chart line and I need to have more then one line in the chart …

wpf charts wpftoolkit linechart lineseries
How to show a loading graphic/animation when wpf data binding is taking place

I have a WPF user control that contains a DataGrid. I'm binding an ObservableCollection of view models to it. Each …

wpf data-binding datagrid wpftoolkit
Visual State Manager in WPF not working for me

In a wpf project I have this XAML code <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:…

wpf wpftoolkit visualstatemanager
Apply Office 2007 themes for WPF application

I am using the RibbonControl from WPF toolkit. It has the Office Blue, Black and Silver themes. But the the …

wpf wpftoolkit ribbon-control ribboncontrolslibrary
Set the Background of a DataGridRow based on the content of a cell

Is there a way, using XAML, to dynamically set the background of a row based on the content of one …

wpf xaml wpfdatagrid wpftoolkit
Specify minimum and maximum axis for WPF chart

This is a seemingly simple question but I cannot find a simple answer. I want to specify the minimum and …

c# .net wpf customization wpftoolkit
Using bindings to control column order in a DataGrid

Problem 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 wpftoolkit
WPF Datagrid Multiple Selection without CTRL or Space

The WPF Datagrid has two selection modes, Single or Extended. The WPF ListView has a third - Multiple. This mode …

wpf wpftoolkit selection wpfdatagrid