How can I get the font object used in the gridview cells? The "Font" property of the gridview is not it -- it returns a different font than the one cell's text are drawn with.
Edit: I do know how to get the font in painting/formatting events, but that's not what I want. I want to be able to get it ahead of time (i. e., in the form "load" event) before anything is displayed to the user.
Thanks,
-DevJ
Edit: I do know how to get the font in painting/formatting events, but that's not what I want. I want to be able to get it ahead of time (i. e., in the form "load" event) before anything is displayed to the user.
Thanks,
-DevJ