WPF Blog

Spell-checking in WPF

May 20, 2013 in WPF by Greg Lutz

The C1SpellChecker component provides easy and efficient spell-checking for your WPF applications. It has built-in dialogs, similar to Microsoft Word spell-checking, that allow users to ignore, change words and… Read the rest Tags: , , ,

Dynamic Conditional Formatting in C1FlexGrid WPF

May 20, 2013 in WPF by AbdiasM

C1FlexGrid is a very flexible tool in terms of data representation. It provides a fantastic utility called CellFactory which can take data representation to a whole new level. This class… Read the rest Tags: , , ,

Group Legend Elements in C1Chart WPF

May 20, 2013 in WPF by C1_UpkarS

Grouping is one of the features which definitely makes data more readable/presentable to end users and also helps in quick analysis in some scenarios. This is yet another post which… Read the rest Tags: , , , ,

Stealth Paging with C1Flexgrid WPF

May 20, 2013 in WPF by C1_Deepankar

PagingĀ is a common term when it comes to handling a large volume of data. It allows a developer to show only a fixed set of rows at a time and… Read the rest Tags: , ,

Deferred Scrolling in C1FlexGrid WPF

May 17, 2013 in WPF by Anupam_P

In C1Flexgrid for WPF control or any other grid control, by default, when the user drags the thumb on a scrollbar, the content view gets scrolled simultaneously. However, when the… Read the rest Tags: , , , ,