2

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.

NatNgs
  • 874
  • 14
  • 25
ajeshbaby
  • 131
  • 3
  • 9

1 Answers1

0

There is no such API yet. You can either try to add a Button to SplitPane separator or file a feature request to http://javafx-jira.kenai.com

Sergey Grinev
  • 34,078
  • 10
  • 128
  • 141