O.K. I also fix this issue. The critical thing missing here for the split
pane is the width for the split pane, if we specify the total width of the
split pane, then no problem. for example, code like this

        SplitPane splitPane =(SplitPane) namespace.get("splitPane");
        splitPane.setWidth(800);
        splitPane.setSplitRatio(0.3f);
        splitPane.setPrimaryRegion(SplitPane.Region.TOP_LEFT);
        splitPane.setResizeMode(SplitPane.ResizeMode.PRIMARY_REGION);



--
View this message in context: 
http://apache-pivot-users.399431.n3.nabble.com/primary-region-got-disappeared-for-splitpane-tp3479956p3509618.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to