Tabpanel inside Tabpanel

Hi.

I can put a TabPanel in a form used in another TabPanel?. I’m trying, but I do not display anything, not even the head.

Thank you. Bye.

Hi,

Not exactly sure what you mean.

You want to copy a tabpanel on your form and paste it on another (or same form) ?
Should be possible as long as you don’t have the tabpanel selected when you paste.

Or do you want to copy the TAB from one tabpanel to another ?
You can’t do that, a tab is linked to the tab you created it on.

I have three forms, two are listview, in the form A I have a TabPanel with the form B (listview) and Form B I have another TabPanel with the form C (listview). I can have a listview inside another listview?.

Thanks.