I am creating a task managing system in my application. New tasks are created via a button press and a line of Instantiate code (C#). These tasks reside with a content box in a Scroll Rect component. However, because they are on top of the scrolling box, you cannot drag up and down to scroll the list of tasks. This game is for mobile devices, and so this functionality is very much needed. Any help would be appreciated. I hope I have explained it well enough.
I have heard that it may be possible to implement a ray cast from the position of the mouse that goes through the tasks on top, but I have no idea how I would make the pre-made UI game object respond to that.