This entry has been published on 2012-07-05 and may be out of date.
Last Updated on 2012-07-05.
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.