Disable Mouse Wheel movement on Scroll Rect

Hello,

I would like to disable mouse wheel command on my scroll rect.

Thanks !

I forget if there is an easier way, but I believe one way to do it is to create your own class derived from ScrollRect and override the OnScroll method.

Thanks I will try that :slight_smile:

:slight_smile: Cool