I'm programmatically adding objects to a panel using the addview command.
How can I programmatically remove ALL objects in the panel (the panel's children) after I've used them?
I tried using RemoveViewAt but I can't figure out how to get the index of the objects I added previously.
Is it possible? Can someone point me in right direction?
Thanks
How can I programmatically remove ALL objects in the panel (the panel's children) after I've used them?
I tried using RemoveViewAt but I can't figure out how to get the index of the objects I added previously.
Is it possible? Can someone point me in right direction?
Thanks