Is it possible with a WPF datagrid to do like in Excel and Freeze the first few columns so that they always appear
If so how ?
Thanks
You have the property FrozenColumnCount
.
If you set it to 2 for example, then you can scroll the DataGrid
horizontally but the first two columns will always be visible
<DataGrid FrozenColumnCount="2" ...>
Try: DataGrid.FrozenColumnCount
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With