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
120
UltraTabControl dislays X2 tabs Added to it.
posted

I added 5 tabs to an UltraTabControl, yet it displays 10 tabs!

Debugging it, the UltraTabControl.Controls.Count is 6 (my 5 plus the shared page) when my initialization code yields to the winforms framework. 

When the UI displays, every tab is in there twice, once with my tab text/label, once with out it but the same controls.

Debugging it, ultraTabControl1.Controls.Count is still 6. 

Setting ultraTabControl1.Style to Wizard would hide this.  But, why would each tab be displayed twice???

 

Parents Reply Children
No Data