Can I add OneTouchExpandable button using css/java api libraries on JavaFX SplitPane
. This option is already present in Swing JSplitPane
. But I can't find that option on JavaFX API.
I think, can we add Button
on SplitPane for doing auto collapse &/ expand.
There is no such API yet. You can either try to add a
Button
toSplitPane
separator or file a feature request to http://javafx-jira.kenai.com