Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
580
Ultratabcontrol | Adding controls deletes UltraTabPageControl
posted

Hi everyone.

As far as I understand, each tab has its own UltraTabPageControl that holds the controls of the tab. When inserting a new tab by tabControl.Tabs.Add(str key, str text) the tab gets created with its UltraTabPageControl which is accessible by tab.TabPage. If I now add a simple control to the TabPage (.Controls.Add()) the UltraTabPageControl gets deleted which messes up things for me.

I already described that in detail on stackoverflow. I really hope it is ok to reffer my question from there as I already spend time to bring all informations into it.

http://stackoverflow.com/questions/41739070/ultratabcontrol-add-tabs-dynamically

Unfortunately I rather think this is a bug. I would be happy if you could tell me something else.

I appreciate every help in here, thank you very much.