I have an hbox layout container that holds 2 panels, when the panels exceeds the height of the container there is no vertical scrollbar.
I want the scroll bar to appear on the parent hbox panel and not the child items.
can it be done?
I have an hbox layout container that holds 2 panels, when the panels exceeds the height of the container there is no vertical scrollbar.
I want the scroll bar to appear on the parent hbox panel and not the child items.
can it be done?
You should be able to add autoScroll: true
to the parent panel with the hbox layout.