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
  • 44743
    posted

    Did you add these tabs through the designer or at runtime? If it was with the designer, there may be a bug and I would recommend submitting it to the support group: http://es.infragistics.com/gethelp. If it was at runtime, it is difficult to say what is wrong without seeing some of the code used to add the tabs. If you post some of the code, I might be able to help determine what is wrong.

Reply Children