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?
Best,
~Vasu
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.