I have an app where I have several panels stacked horizontally using a horizontal layout and are scrollable in a scroll rect. Im each panel I have a scroll rect that houses a bunch of prefabs. Both scroll rects work independently just fine BUT my main issue is that I can't scroll horizontally if my finger is in the vertical scroll rect focus.
How do I go about scrolling horizontally in this case? Do I need to add a swipe gesture and then somehow move the scroll rect horizontally or...
What's the best way to mix Horizontal and Vertical Scroll Rects?
How do I go about scrolling horizontally in this case? Do I need to add a swipe gesture and then somehow move the scroll rect horizontally or...
What's the best way to mix Horizontal and Vertical Scroll Rects?