Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What component includes ScrollBars besides the Form

Status
Not open for further replies.

zvikorn

Programmer
Aug 6, 2003
17
0
0
US
Hi,
I have to use the GroupBox which includes many rows of checkboxs that will be created dynamically.
If I create this GroupBox on the Form, whenever the amount of rows gets over the height of the GroupBox, The Form's ScrollBards are added by default.
But I create the GroupBox on a PageControl. This one has no ScrollBars , so I have this problem. What component do I need to put on the PageControl before the GroupBox, in order to have them? Do I need to create another from for this and make it embedded? Do I need to put the ScrollBard component along with the GroupBox and just make the reference between them?
I appreciate your answers
Tzvika
 
I think you could use a TScrollBox and just set it's alignment to alClient in the page control.

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top