Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
580
Dock ContentPane side by side inside TabGroupPane
posted

I have my view created in code, where two content panes are hosted inside a TabGroupPane, they appear tabbed by default (as in first snap), I want them to be docked side by side as in second snap. how do i do that? Is there anything else like TabGroupPane?

snap 1

snap 2

Best,

~Vasu

  • 54937
    Offline posted

    TabGroupPane arranges its child ContentPanes as tab items. If you want to achieve the bottom image then you could put both ContentPane instances into a SplitPane whose SplitterOrientation is Vertical.