Hello all,
Slider (JavaFX 2.2)
has a method called "snapToTicks" which I have set true both in my FXML document and within my IDE. Now the thing is when I click on the slider it will go to the nearest tick mark; however when I drag my slider it slide normally.
I have 0-5 major ticks, 0 minor ticks, so it should be simple to snap to each of those, and if I add minor ticks it will snap to those.
I'm assuming that this is what this method is supposed to do, but is there a way to get it to snap when you slide it manually?
I also looked at block increment, but that doesn't seem to change anything? according to this it looks like the minor tick distance?
Thanks,
~KZ