All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.controlsfx.control.listselectionview.css Maven / Gradle / Ivy

Go to download

High quality UI controls and other tools to complement the core JavaFX distribution

There is a newer version: 11.2.1
Show newest version
.list-selection-view {
	-fx-padding: 10px;	
}

.list-selection-view > .grid-pane {
	-fx-vgap: 10px;
	-fx-hgap: 10px;
}

.list-selection-view > .grid-pane > .list-header-label {
	-fx-font-size: 1.0em;
	-fx-font-weight: bold;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy