Archives
-
WPF DataGrid Customization: Resizing Row/Column through DataGridCell gridlines
In this post I am going to share my experience on how I achieved the functionality to resize DataGrid row/column from any cell in that row (not just the row header). We needed this functionality as our user can hide the DataGrid headers and it is not possible to resize the rows/columns after that.