-
Bug
-
Resolution: Fixed
-
P4
-
fx2.0
If setExpanded is initially false the TitledPane shows the content animating in. The correct behavior is to old show the title bar.
Code to reproduce.
TitledPane tp= new TitledPane();
tp.setExpaned(false)
Code to reproduce.
TitledPane tp= new TitledPane();
tp.setExpaned(false)