I have a scrolling list implemented with a clipping uipanel. Below that is a gameobject with a uigrid on it, and below that are the grid elements (children) with some UIDrag Object scripts.
The problem is, when I drag individual children out of the list, they stay clipped by the top level clipping panel. How can I disable clipping on my specific child that I'm dragging out of the list?