<@U7CE64LVB> Since you do not have access to the h...
# tornadofx
a
@Mike Since you do not have access to the header directly, you can use css to achieve it.
Use ScenicView to find the exact node you want to target. Create a css file and add style for the node with
-fx-rotate:90;
Some useful links: • http://fxexperience.com/scenic-view/https://docs.oracle.com/javase/8/javafx/api/javafx/scene/doc-files/cssref.html
m
Great. It works. But now I need to adjust the height of the header to fit the rotated label. Is there a setting for that too?