Add content component into TabbedComponent

Hi all,
I want to add more than one content component into Tabbedcomponent but Addtab() method just allow add only one for new tab. Do we have other method to do this job?

Why/how would you expect it to contain more than one component per tab? Having each tab show a component is kind of the whole point!

Thanks for your. I just want to use tab like normal tab. For example I have two module and I add two tab. Each tab I want to have two buttons, one image. How can I do this?

Well you put those controls inside the component for that tab!

Thank @jules ! I have found solution, I created a struct component and add those controls inside and then add object of this struct into my tab