I was playing around with ScrollPane options in order to disable the wheel scroll functionality of the vertical bar. Tried myScrollPane.mouseEnabled = false;, myScrollPane.mouseWheelEnabled = false; with no luck. Also, myScrollPane.verticalLineScrollSize = 0; also did not seem to result in desired effect.
I was playing around with ScrollPane options in order to disable the wheel scroll
Share
Okkkk this should be what you’re looking for!