When adding a new tab (UltraTabControl) to the collection, is it possible to set the location in the tab collection? My tabs are basically times and I want to insert the new tab chronologically.
Try using the Insert method on the Tabs collection of the UltraTabControl.
That looks like it will work! Thanks!