I have a Custom List View and want to make a copy of one of the "Items", which is a panel with a few label views, and then add it to the end of the list.
Making a copy is straightforward, but as soon as I try to add it back to the CLV of course I get the error "The specified Child already has a parent. You must call RemoveView() ...." etc.
I understand why this happens. But is there a way to make a clone - a complete new instance - of the panel and its views that I can then add back in?
Any pointers appreciated...
Making a copy is straightforward, but as soon as I try to add it back to the CLV of course I get the error "The specified Child already has a parent. You must call RemoveView() ...." etc.
I understand why this happens. But is there a way to make a clone - a complete new instance - of the panel and its views that I can then add back in?
Any pointers appreciated...