Is it possible to have a scrollrect only scrollable in one direction?
Currently my problem is that i can stop the scrolling rect with “StopMovement()”, but during the scroll/drag event of the user I cant constrain in to one direction.
I didn’t find a solution so far, maybe I’m using the wrong search terms…
By single direction, do you mean only horizontal or only vertical, or do you want a vertical scroll rect that can only move left or only right or similar?
It’s a date/timerpicker like you know from mobile devices. Now i want to constrain the date to a specific max date, if you reach it you can’t go further, but you can go back.