0

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?

AMember
  • 3,037
  • 2
  • 33
  • 64

1 Answers1

3

You should be able to add autoScroll: true to the parent panel with the hbox layout.

kevhender
  • 4,285
  • 1
  • 13
  • 16