Topic: Scrollbar

Hi, is possible to insert scrollbar in the "TabSheet", "Panel", "GroupBox" or "Form"?

Thank you!

Re: Scrollbar

Hello.


You can insert scrollbar only in the Form. Set property for form
Sizeable = True
AutoScroll = True

Dmitry.