How can I style the \"THIS\" point in my TableView?
My CSS Code looks as follows:
*/* * Empty Stylesheet file. */ .root{ -fx-backgroun
I managed to solve this with this CSS code:
.table-view .filler { -fx-border-insets: 10 //Enter value depending on thickness; }