splitpane Questions

4

Solved

I have a JavaFX application with a SplitPane. I want to disable the Divider on SplitPane, so it would not be possible to change its position when application is running. How can I do this?
Bravo asked 5/11, 2014 at 17:3

3

How can I achieve proportional resize of whole SplitPane? public class JfxSplitPaneTest extends Application { @Override public void start(Stage stage) throws Exception { SplitPane split = new S...
Protagoras asked 10/3, 2013 at 16:4

1

I have a splitpane created from FXML that consists of Three panes left to right. I want to be able to hide the rightmost pane but I can't find anything to hide it. If I turn of the visibility it hi...
Idomeneus asked 7/12, 2014 at 22:9
1

© 2022 - 2024 — McMap. All rights reserved.