after set primary region like this
splitPane = (SplitPane)namespace.get("splitPane");
splitPane.setPrimaryRegion(SplitPane.Region.TOP_LEFT);
splitPane.setResizeMode(ResizeMode.PRIMARY_REGION);
the primary region got disappeared in my window
The XML part is
<SplitPane bxml:id="splitPane" orientation="horizontal" splitRatio="0.25"
preferredHeight="800">
<left>......
</left>
<Right>......
</Right>
</SplitPane>
it was perfect before, but I need to resize only right part, so I add the
set region code in java, then no left part shown at all. I can drag the
split border to show the left side. but that's not a solution.
Any suggestions?
--
View this message in context:
http://apache-pivot-users.399431.n3.nabble.com/primary-region-got-disappeared-for-splitpane-tp3479956p3479956.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.