Skip to content

Instantly share code, notes, and snippets.

@maybe-joe
Created April 5, 2016 04:49
Show Gist options
  • Save maybe-joe/7f40e4948abb1857440a76759ef75590 to your computer and use it in GitHub Desktop.
Save maybe-joe/7f40e4948abb1857440a76759ef75590 to your computer and use it in GitHub Desktop.
Remove the default border from JavaFX Listviews
.list-view {
-fx-background-insets: 0;
-fx-padding: 0;
}
@WHITEMORPHO
Copy link

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment