I am making a UI that displays the results of a search. I am running into problem where I can’t get the list to scroll as well as have the cells be clickable.
I think I have the scroll view set up just fine. The list of results scrolled fine until I put an EventTrigger on the individual cells. Now it appears that the cell is consuming the mouse events and the scrollview doesn’t detect a mouse dragged for scrolling.
I’ve tried making the cells not a recast target, but then they are no longer clickable.
What the the correct way to set this up?