Ultragrid Blank Title 63350

fyi DockStyle.Fill is an option as well

--- In vantage@yahoogroups.com, "laidig.systems" <laidig.systems@...>
wrote:
>
> Does anyone know how to make an Ultragrid fill up the entire form.
> What my users want, is when they expand their form to fill the whole
> screen the grid expands also, maximizing their viewing space.
>
Does anyone know how to make an Ultragrid fill up the entire form.
What my users want, is when they expand their form to fill the whole
screen the grid expands also, maximizing their viewing space.
Set the Anchor properties on the control



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of laidig.systems
Sent: 20 March 2008 12:21
To: vantage@yahoogroups.com
Subject: [Vantage] Ultragrid



Does anyone know how to make an Ultragrid fill up the entire form.
What my users want, is when they expand their form to fill the whole
screen the grid expands also, maximizing their viewing space.



[Non-text portions of this message have been removed]
Thanks, that what the trick. I used:

ugdGrid.Anchor = AnchorStyles.Left or AnchorStyles.Right or
AnchorStyles.Top or AnchorStyles.Bottom


--- In vantage@yahoogroups.com, "Stephen Edginton" <stephene@...> wrote:
>
> Set the Anchor properties on the control
>
>
>
You can do it from the properties also without code.



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of laidig.systems
Sent: 20 March 2008 14:48
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Ultragrid



Thanks, that what the trick. I used:

ugdGrid.Anchor = AnchorStyles.Left or AnchorStyles.Right or
AnchorStyles.Top or AnchorStyles.Bottom

--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"Stephen Edginton" <stephene@...> wrote:
>
> Set the Anchor properties on the control
>
>
>



[Non-text portions of this message have been removed]
Specify its size as (much) larger than the max size it could be if fit within your form. (Make sure you do this using the highest res display your users have.)

You should then get scroll bars no matter what size the user has set the form window (and it will always fill the form - even when the window is maximized.

Rob Brown.



"laidig.systems" <laidig.systems@...> wrote:
Does anyone know how to make an Ultragrid fill up the entire form.
What my users want, is when they expand their form to fill the whole
screen the grid expands also, maximizing their viewing space.






---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.

[Non-text portions of this message have been removed]