|
Home > Archive > Programming with dBASE > March 2006 > RESIZE GRID CONTROL AUTOMATICALLY
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
RESIZE GRID CONTROL AUTOMATICALLY
|
|
| George Balanis 2006-03-23, 8:26 pm |
| Hello All:
There is a need to automatically resize a form and all its controls when the users uses the form at a high resolution. The method is conceptually simple (find the new screen resolution, deduce the limiting expansion factor and resize appropriate properti
es of form and controls).
The grid control is a more difficult control to resize (font size, column width, row height). How do I write the programmatic statement of the grid control properties mentioned above? For example, how do I address the font size of column1?
Regards,
George Balanis
| |
| George Balanis 2006-03-24, 3:24 am |
| Hello Self:
I got it and no need to bother anybody.
George Balanis
George Balanis Wrote:
> Hello All:
>
> There is a need to automatically resize a form and all its controls when the users uses the form at a high resolution. The method is conceptually simple (find the new screen resolution, deduce the limiting expansion factor and resize appropriate proper
ties of form and controls).
>
> The grid control is a more difficult control to resize (font size, column width, row height). How do I write the programmatic statement of the grid control properties mentioned above? For example, how do I address the font size of column1?
>
> Regards,
>
> George Balanis
>
>
|
|
|
|
|