Given a clipped panel scroll list, each of the elements in the scroll list contains a collider and the UIDragPanelContent script. If there is space between the elements where the collider doesn't encompass, the drag panel script won't function, which makes sense. What do I need to do to make sure that doesn't happen besides making the elements tightly packed together? I tried adding a collider and UIDragPanelContent to the grid of elements, but with little success. Any input would be appreciated.
Cheers