4
votes

I have a wpf datagrid. I placed a delete button column at the end of each row. Since the datagrid containing more columns than its width, I should scroll to the end to see the delete button. Can I freeze the last column of datagrid?

1

1 Answers

-1
votes

There is no way to freeze the right most column without writing your own extension on DataGrid.

If you're okay with it you could put the 'Delete' column on the left and freeze it with the property FrozenColumnCount