Hey,

I have a form with a grid in it. The grid's dock property is set to fill so that it resizes along with the form. I have rows with captions saying hours of the day. I want to change the font size of the rows' captions as soon as the text is a lot smaller than the row height. Is there a way to figure out the height of a text in pixels? I can then compare it to the row's height to see.

Thanks,