Connecting Tech Pros Worldwide Help | Site Map

Dynamically change a form's height

Ramon
Guest
 
Posts: n/a
#1: Jun 29 '06
Hello experts,


I have a little problem here:

In my project, I have a form that contains a limited (but unspecified)
number of dynamically created controls, which are all placed along a
vertical axis.

Therefore, I need to determine this form's height, to make it fit all
controls.

The form's Height value depends on Window's style (XP has a thicker bar than
W2K), and the ScaleHeight value is readonly in runtime.

Is there a way to do this?


Thanks in advance!
Ramon.


Ramon
Guest
 
Posts: n/a
#2: Jun 29 '06

re: Dynamically change a form's height


Sorry,

I posted it on the wrong NewsGroup...




"Ramon" <itsramon@zonnet.nl> wrote in message
news:44a395df$0$31645$e4fe514c@news.xs4all.nl...[color=blue]
> Hello experts,
>
>
> I have a little problem here:
>
> In my project, I have a form that contains a limited (but unspecified)
> number of dynamically created controls, which are all placed along a
> vertical axis.
>
> Therefore, I need to determine this form's height, to make it fit all
> controls.
>
> The form's Height value depends on Window's style (XP has a thicker bar
> than W2K), and the ScaleHeight value is readonly in runtime.
>
> Is there a way to do this?
>
>
> Thanks in advance!
> Ramon.
>[/color]


Closed Thread