How can I move the same controls among different tabs? I have an imagewell and I want to use it in different tabs of my tabpanel.
I tried to find the value of
myImageWell1.parent
but it seems the parent is always the tabpanel control. I also tried set up the panel index value, like
myImageWell1.parent = TabPanel1
TabPanel1.PanelIndex = 1 //this index number is my desired tab to add this imagewell.
It doesn’t work either.