we have used a Slider widget (org.eclipse.swt.widgets.Slider) in our composite (which is inside a plugin) to scroll the FigureCanvas
(the canvas's scroll bar has been disabled).
This Slider should function in the same way as the scroll bar. But whenever we long press on the slider widgets buttons they don't get highlighted (as if they are clicked) and the thumb doesn't move continuously. Even if we long press it is considered as 1 click and the thumb moves one increment only.
Do we have to set any values in order to get the expected behavior.