

It seems that sg.height := sg.height + sg.RowHeights is not producing the expected result - there is unexpecetd whitespace after the last row (I am still trying to calculate how the extra height corresponds to the number of rows, but it looks like it is the height of one row, no matter how many rows are in the grid). I know that it will start with exactly 5 rows and I make it so at design time.Īt run time I may want to add some extra rows (and I have code to not add below the bottom of the parent at that point I rely on scroll bars). Given that I want my string grid to have equal height rows.
