Forum /
Sencha GXT Community Forums (3.x) /
Sencha GXT Q&A /
Unanswered: MenuBar overflow
Unanswered: MenuBar overflow
Hello forum,
How can I implement MenuBar overflow in GXT 3.0
I used to extend ToolBarLayout in GXT 2.0 but it is impossible in a new version.
Any ideas?
It can be done almost the same way as in GXT 2. ToolbarLayout is no more. This functionality is now in HboxLayoutContainer. You will need to port this code from HBoxLayoutContainer into your MenuBar
Thanks for the tip.
But if I got it correct most code are in doLayout method in HBoxLayoutContainer, in what method can i put doLayout in MenuBar?
Thanks for the tip.
But if I got it correct most code are in doLayout method in HBoxLayoutContainer, in what method can i put doLayout in MenuBar?
You need to add the logic in MenuBar. Its comming from a ResizeContainer, which MenuBar is not.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us