Hi,
I'm using scrollviews with soft clipping and the items inside has an UIPanel, and when you drag out and it comes back to the scrollview it clips with the scrollview even if it has a UIDragDropRoot in the parent Panel. That the correct behavior? Also we have a container where you put the selected item and you can replace it with another item, but each time you replace it the old item came back to the scrollview but doesn't clip. The coders told me they just change the parent of the item. I don't know what else they have to do. Any help will be appreciated.
The hierarchy is this one:
UIPanel [Scrollview]
|- UIGrid
|-- ItemContainer [specific script]
|--- Item [UIPanel/Collider/UIButton/DragDropItem/UIDragScrollView]
Best,
Emilio
*EDIT*
Also, if the Grid it's with 'Keep Within Panel' checked and I drag an item down and up the grid moves.