sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

jfxlistview expanded loses border radius... #1215

Closed Sieu closed 2 years ago

Sieu commented 2 years ago

.list-cell { -fx-background-color: #FFFFFF; -fx-border-color: #FFFFFF; -fx-border-radius: 7px; -fx-background-radius: 7px; }

listview.setExpanded(true);

Best way to style an expanded listview?