Styling a TableView in CSS (JavaFX)

前端 未结 5 1967
面向向阳花
面向向阳花 2021-01-31 18:15

How can I style the \"THIS\" point in my TableView?

My CSS Code looks as follows:

   */*
 * Empty Stylesheet file.
 */

.root{
    -fx-backgroun         


        
5条回答
  •  被撕碎了的回忆
    2021-01-31 18:44

    .table-view .filler is the selector you are looking for. The scenic view tool is pretty good for analyzing a component.

提交回复
热议问题