
For a ThemedDataGrid, we are using, DataGridResourceKeys.DataGridColumnHeaderStyleKey, for the header style.
Where is the style definition? I looked in the wpf-21.1.1-studio-styles, but could not find it.
For a ThemedDataGrid, we are using, DataGridResourceKeys.DataGridColumnHeaderStyleKey, for the header style.
Where is the style definition? I looked in the wpf-21.1.1-studio-styles, but could not find it.
Hello,
Our Microsoft WPF DataGrid add-on is open source and the styles are here:
https://github.com/Actipro/WPF-Controls/blob/develop/Source/DataGrid.Contrib/Themes/Generic.xaml
Please log in to a validated account to post comments.