Groups > Borland > Delphi winforms controls > Re: Scrollable form




Re: Scrollable form

Re: Scrollable form
Thu, 6 Dec 2007 13:15:39 -0500
On Thu, 6 Dec 2007 16:15:58 +0100, Gál Gyula wrote:

> How can I write a scrollable form ? I have a lot of input field on my form,

> that's why I would like to scroll them.

If the form is smaller than the controls then it will automatically
get scrollbars. The alternative is to put a TScrollbox on your form,
align it the way you want, and put your controls on that.

-- 
Marc Rohloff [TeamB]
Post Reply
Scrollable form
Thu, 6 Dec 2007 16:15:58 +0100
How can I write a scrollable form ? I have a lot of input field on my form, 
that's why I would like to scroll them.

Please, help me !! 
Post Reply
Re: Scrollable form
Fri, 7 Dec 2007 11:50:06 +0100
Thank you for your help !!

GGy


"Marc Rohloff [TeamB]" <marc@nospam.marcrohloff.com> az
alábbiakat írta a 
következo üzenetben news:ykphbz69a3fp$.dlg@dlg.marcrohloff.com...
> On Thu, 6 Dec 2007 16:15:58 +0100, Gál Gyula wrote:
>
>> How can I write a scrollable form ? I have a lot of input field on my 
>> form,
>> that's why I would like to scroll them.
>
> If the form is smaller than the controls then it will automatically
> get scrollbars. The alternative is to put a TScrollbox on your form,
> align it the way you want, and put your controls on that.
>
> -- 
> Marc Rohloff [TeamB]
> marc -at- marc rohloff -dot- com 
Post Reply
about | contact