Is it possible to drag an object OUT of a view? Pseudo-Code: <canvas> <simplelayout axis="y"/> <view> <draggable object> </view> <view/> </canvas> I want to be able to drag the draggable object OVER the other view. Regards, Ken