Get rid of border in panes
opfauJun 14 2012 — edited Jun 14 2012Hi,
I want to get rid of a border probably of a ScrollPane. I set to all (GridPane, ScrollPane, VBox) I tried this in the style class
.no-border {
-fx-stroke-width: 0;
-fx-border-width: 0 0 0 0;
-fx-border-style: none;
-fx-background-size: 0;
-fx-grid-lines-visible: false;*/
-fx-border-color: transparent;
-fx-hgap: 0;
-fx-vgap: 0;
}
without success. I am using JavaFX 2.2 dev. preview b11. Has anyone an idea?
Regards,
Oliver
Edited by: opfl on 14.06.2012 07:24