MBS
MBS

Reputation: 707

Unity: Disable scroll dragging when scrollbars is hidden

I want to disable mouse dragging and mouse wheel for scroll view when there is no need to scroll (when the scrollbar is hidden or when scrollbar size = 1)

Upvotes: 1

Views: 1987

Answers (1)

MBS
MBS

Reputation: 707

If you set the movement type to Elastic change it to Clamped

Upvotes: 2

Related Questions