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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Poss. to put a scrollbar on a Panel ?

Status
Not open for further replies.

LucieLastic

Programmer
May 9, 2001
1,694
GB
hi

Is it possible to stick a scroll bar on a panel ?

regards
lou
 
Lou,

Um, have you tried using a TScrollBox (Additional tab)instead? It's basically a scrollable panel.

Alternatively, you could add two TScrollbar components to your panel and align them to the right and bottom as needed. Of course, this means you'll need code to maintain the positions properly and handle the actual scrolling process. All things considered, it's probably easiest to simply use the TScrollBox component. ;-)

Hope this helps...

-- Lance
 
Thanks Lance, I'll try the TScrollBar (never used it before).

cheers
lou
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top