I use Grid with a local array and dataAdapter as the source with autorowheight for the rows when the Grid is displayed.
I recently increased the rowheight value for the Grid in order to accomodate more data in each cell.
After the increase in rowheight, when the grid is displayed the rows that are now off the screen because of the increase in rowheight are blank.
If I decrease the rowheight to the original, smaller value, all rows with data fit on the screen and no rows are blank.
Is there something I need to do in order to ensure that all rows with data are populated, even if there are not visible without vertical scrolling?
Thank you,
Warren