| View previous topic :: View next topic |
| Author |
Message |
Constantine Yannakopoulos Guest
|
Posted: Wed Aug 27, 2003 12:25 pm Post subject: Re: Pagecontrol with a scrollbar |
|
|
Author := "Ben van Erp";
| Quote: | How can i use the scrollbar to use more of the
tabsheet without enlarging it?
|
Wouldn't it be easier to place a TScrollBox on the TTabSheet (comes
with its own scrollbars) and place your controls on the TScrollBox
instead of directly on the TTabSheet?
|
|
| Back to top |
|
 |
Jens Gruschel Guest
|
Posted: Wed Aug 27, 2003 12:26 pm Post subject: Re: Pagecontrol with a scrollbar |
|
|
| Quote: | I have a pagecontrol with two tabsheets. The first tabsheet has a
scrollbar
on it. The height of the
scrollbar is 300. How can i use the scrollbar to use more of the tabsheet
without enlarging it?
|
Instead of a TScrollBar better put a TScrollBox onto your tabsheet with
Align := alClient and put everything into that scrollbox.
Jens
There are 10 kind of people. Those who understand binary, and those who
don't.
|
|
| Back to top |
|
 |
|