is it possible to cross out some rows in DataGrid?
相关问题
- VNC control for WPF application
- How to stylize text in an alert box? [duplicate]
- WPF Binding from System.Windows.SystemParameters.P
- XAML: Applying styles to nested controls
- XAML: Applying styles to nested controls
I think you'll have to re-template DataGridRow for this. Played around with it a bit and got the result seen below. Hopefully this is what you had in mind
The "cross" Visibility is Binding to a Property called IsCrossed