I have a scroll view with items that can be dragged outside of it. Another screen segment has a sprite with a collider and UIDrag Drop Container component. I can drag an item from the scrollview grid and drop it over the container and it stays there, which is great.
However I cannot find a way of start dragging it again - the item doesn't seem to react to mouse click once it's been dropped over the container...