Hi all
Recently I had created a grid with a RowHeight of 24 and it works well. Now when I keep on creating entries and when I use the scrollbar to go to a previous record the grid defaults to RowHeight of 18.
What I have now done is I put in a line THIS.RowHeight = THIS.nDefaultRowHeight in the Init of the grid class and instead of modifying the RowHeight the traditional way, I modify nDefaultRowHeight and it's done.
Hope it helps. Regards Bhavbhuti ©2002 Bhavbhuti Nathwani |