WPF Controls | 27-Datagrid | Part 2 | DataGrid in WPF

2 years ago
47

Welcome to WPF Tutorials | Data Grid in WPF

In this part we're going cover a few more properties such as RowBackground, AlternatingRowBackground, FlowDirection and then move on to hooking up more data to our datagrid. By doing so we'll be also covering different data types such as bool, datetime, and enums. Lots of XAML and C# goodness. And we'll be using the same .CSV file as in part one but adding some more info to it..

#How to create Datagrid in WPF
#Databinding to different data types with Datagrid
#Designing a datagrid
#how to create datagrid programatically
#Alternate Row Background property
#Flow direction property of the datagrid

https://youtu.be/dMOSd0yyKI4

Loading comments...