Sometimes the feature “RowSizing: Auto-Free” does not work like it should. For example, when you have a cell which contains 8 rows, it can happen that you don’t see the last one. PerformAutoResize() helps, but is not always the best way. In my case it changed the width of the grid.
Solution:
Change DisplayLayout -> Override -> CellPadding from -1 to 0.
Comments