I have a grid that has a RowHeader containing the line number which works fine, except when the line numbers get to 100 and above, they are truncated and the column cannot be manually resized.
I found 2-3 older threads on this forum about this issue, with various suggestions, none of which have worked for me so far.
Hopefully you can look into my attached examples and help me out.
The 'tuningGrid' is the grid with the problem.
There is a ResizeRowHeader() method which is trying to set the column resizing options; maybe it is in the wrong place.
I also have tried adding a tuningGrid_Loaded method where I set tuningGrid.Model.ColumnsWidths[0] = 300, but that crashes because ColumnWidths is empty at that point.
Attachment:
RowHeader_4f17e17f.zip