-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: fx2.0
-
Component/s: javafx
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)