Hi,

I have a custom QScrollBar that should scroll the view area only, and hence move the slider also, by pressing the arrow buttons. So, the slider should be squeezed from dragging or pressing action.

I have tried to apply triggerAction(QAbstractSlider::SliderNoAction) in the constructor of my custom QScrollBar. Unsuccess.

Please helps me out.