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

org.controlsfx.control.gridview.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
.grid-view {
	-fx-vertical-cell-spacing: 12;
	-fx-horizontal-cell-spacing: 12;
	-fx-cell-height: 64;
	-fx-cell-width: 64;
	-fx-horizontal-alignment: CENTER;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy