Description
I am using vtkSliderWidget with vtkSliderRepresentation2Dto implement a vertical scrollbar for a thumbnail strip view.
My goal is:
-
Pixel-precise control of scrollbar geometry
-
Scrollbar height should remain visually constant when resizing window width
-
Only x-position / thickness should respond to width changes
However, I observe the following issue:
Even after switching Point1 / Point2 to
Displaycoordinates, resizing the window width still changes the scrollbar’s visual height.