How to disable mouse/finger control

Mouse/finger control can be disabled by unchecking the ‘Enable Mouse/Finger Controll’ flag of PickerScrollRect(MassivePickerScrollRect).
You can also disable it by setting PickerScrollRect.enabledMouseControl to false.
This flag can be used if you don’t want to scroll, or if you want to control the scrolling from a script only.
../_images/how_to_disable_mouse_controll.png