WPF #54

material

XAML Material theme: With Material Design In XAML Toolkit you can easily bring beautiful desktop applications to life, using a modern and popular design language. Fully open source and one of the most popular GUI libraries for WPF
Data Grid: To show a basic data grid , just drop a DataGrid control to your view and bind the ItemsSource to a collection of data objects and you’re done. The DataGrid provides a feature called AutoGenerateColumns that automatically generates column according to the public properties of your data objects. It generates the following types of columns:
TextBox columns for string values
CheckBox columns for boolean values
ComboBox columns for enumerable values
Hyperlink columns for Uri values

More topics covered:

  • Material nugget
  • DatePicker
  • DataGrid AutoGenerateColumns
  • DataGrid enum converter
  • DataGrid check-box converter
  • DataGrid OneWayToSource

Links:

 

Leave a comment