How do I add scrolling in a frame? I created several pushbuttons inside a frame (frame as parent of pushbuttons). There are many pushbuttons which frame cannot accomodate, so I want to add scrolling to access all the pushbuttons.
I tried with setting ‘Scrollable’ to true, but it doesnot add scrolling functionality to the frame. Am I wrong assuming this will enable a scrollbar on the frame?
Thank you!
Following is what documentation read:
“Scrollable
Boolean.
Used for frame
and edit
style uicontrols, this property indicates if the uicontrol must have scrolling capabilities (%T
) or not (default %F
).
For frame
this value must be set at creation.”