MrKim Well-Known Member Licensed User Longtime User Jan 22, 2018 #1 I have panels in a customlistview with several views on them that I want to move to another customlistview. Is there a simple way to do that without having to drop it from one list and recreate it on the other? Thanks
I have panels in a customlistview with several views on them that I want to move to another customlistview. Is there a simple way to do that without having to drop it from one list and recreate it on the other? Thanks
Erel B4X founder Staff member Licensed User Longtime User Jan 22, 2018 #2 Yes. Call Panel.RemoveFromParent (B4XView) and add it to the second list. Upvote 0