Hi,
I'm using a UIDraggablePanel with a UIGrid and I'd like to know if my dragged object (UISprite) is visible, partially clipped or hidden?
I have tried to use "visibleFlag" property but it's not working during the drag action and don't detect partial clip.
I think it could be possible with clipRange but I can't manage to get the position of my object in the panel referential.

Thanks