Css – How to rotate a vertical slider in javafx to start with 0 from the top
I want to rotate a vertical slider in javafx so that I start with 0 from the top. I tried this: .slider { -fx-rotate: 180; } But then i got this: I would like to leave it like that, but…