-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I'm not sure if this is the same as #3 or not, but since it is not related to drag 'n drop, I am logging this as a new issue.
When using a scrollpane, the scroll bar (e.g the vertical scroll bar), is not sitting on the edge of the view, but is instead shifted in from the edge and overlapping with other components in my view:
If I turn FXSkins off it looks like this:
which is as expected.
In the documentation, it mentions using padding. I tried that, and I can shift my content far enough away that it doesn't get overlapped, but it still look bad that the scrollbar is so far from the edge of the view.
I'm not sure if it matters, but this is happening inside a Dialog.
If there is not a way to fix it, is there a way to disable the Conscious Scroll Pane, but keep other FXSkins features?
Thanks for your help!
Environment:
OS: Windows 10
Java: 17.0.2
JavaFX: 17.0.2

