G
Guest
Hello,
I need to change the font size of a datagridview to accommodate a screen
resolution of 800x600. I know how to set the fontsize at runtime
datagridview1.Font = New Font("arial", 8, FontStyle.Regular)
But I would prefer to set this at the property sheet.
The datasource for the datagridview is a dataview that I use for filtering.
If the font size can be set in the property sheet could someone share how
this is done? Do I need to go to the columns collection to do this? That
would be tough because the datasource changes in number of columns. Or am I
limited to setting the font size at run time?
Thanks,
Rich
If this is doable
I need to change the font size of a datagridview to accommodate a screen
resolution of 800x600. I know how to set the fontsize at runtime
datagridview1.Font = New Font("arial", 8, FontStyle.Regular)
But I would prefer to set this at the property sheet.
The datasource for the datagridview is a dataview that I use for filtering.
If the font size can be set in the property sheet could someone share how
this is done? Do I need to go to the columns collection to do this? That
would be tough because the datasource changes in number of columns. Or am I
limited to setting the font size at run time?
Thanks,
Rich
If this is doable