I want to resize both the entire font size of a NextGrid AND the RowHeight at the same time. I basically what to scale the view-ability of the grid.
This works...
NextGrid.Font.Size := NextGrid.Font.Size +1;
This does not
NextGrid.RowHeight := NextGrid.RowHeight +1;
Any suggestions?
Also any suggestions with regards to the overall Windows metrics would be helpful.
Thanks,