How can you put a large box collider on a Panel so that you can drag the contents of a Draggle Panel around but also allow clicking of objects within the panel? Right now the issue is the box collider works great, but it intercepts all UI events (obviously) to all the other widgets. Do you just have to add Drag Panel Contents to every single UI element in the window as well as the background so that the user can touch anything inside the panel and scroll the contents?