|
Net-Framework/WPF/Controls-Elements
WPF: Change Selected Row Color in DataGrid
|
22.05.2019 15387
|
WPF: Change Selected Row Color
How to change the
Selected line of a data grid in color?
Solution
For this purpose,
you can customize the DataGridRow via a style
Then you select
the trigger on IsSelected and you can choose the background color o
|