Stories recently tagged with 'WPFToolkit'

WPF Toolkit DataGrid, Part II – Custom Styling(sweux.com)

submitted by smourasmoura(165) 3 years ago

In Part I we went through basic DataGrid setup creating a sample application that showcased the usage of DataGridColumns. In this part we will dive into more advanced concepts. It is my ambition that you get a good understanding of how to setup a DataGrid to do whatever you wish without restrictions. In this part we will focus: Visual breakdown of styles and layout, Styling the DataGrid, Styling DataGridColumnHeaders, Styling DataGridRowHeaders and Creating a new template for the SelectAllButton. read more...

add a comment |category: |Views: 358

tags: another

WPF Toolkit DataGrid, Part I - Introduction(sweux.com)

submitted by smourasmoura(165) 3 years ago

This article is part of a series in which I will go through some key achievements when using WPF Toolkit DataGrid on a project I am working on. In this first article we will go through the following topics: Hands on your First WPF DataGrid, DataGridColumn Hierarchy and Using DataGridColumns to enhance the DataGrid sample. Running samples are provided for all source code presented. read more...

add a comment |category: |Views: 526

tags: another

WPF Toolkit adds Ribbon Control to .NET 3.5 SP1(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 6 months ago

The first release of the new WPF Toolkit was released today. This toolkit includes a new Ribbon control as well as the following: new WPF DataGrid, DatePicker/Calendar, and VisualStateManger. The coolest feature of this Toolkit (IMO) is the new Ribbon control. In .NET 4.0 there will be a ribbon control baked in, but thanks to the WPF Toolkit we have access to utilize the new Ribbon control today in WPF with .NET 3.5 SP1! read more...

1 comment |category: |Views: 650

tags: another