G GTX1080 New Member Aug 10, 2017 #1 i tried the drag n drop code from erel but i don't know how to drag them out of the scrollview. im just a newb
i tried the drag n drop code from erel but i don't know how to drag them out of the scrollview. im just a newb
Erel B4X founder Staff member Licensed User Longtime User Aug 10, 2017 #2 This is not so simple. You will need to call View.RemoveView to remove it from the parent and then add it to the activity instead. Upvote 0
This is not so simple. You will need to call View.RemoveView to remove it from the parent and then add it to the activity instead.