HI,
Is it possible to add a new tab on the right hand end rather than at the left hand side by using ultraTabControl
Hello,
You could do that by setting the tab orientation of the 'UltraTabControl', like in the following code sample:
ultraTabControl1.TabOrientation = Infragistics.Win.UltraWinTabs. TabOrientation.TopRight;
ultraTabControl1.TabOrientation = Infragistics.Win.UltraWinTabs.
TabOrientation.TopRight;
Please feel free to let me know if I misunderstood you or if you have any other questions.