I'm implementing a scroll view, and I can't seem to find UIDragPanelContents. Has it been renamed or refactored? Is it an option on the UIScrollView or something? I can't scroll the grid when dragging on one of the grid items, but I can with a background via a DragPanel UIDragScrollView and a BoxCollider.
Probably worth noting that the grid items are UIButtons with BoxColliders also.