I have written an application with a tabbed interface based upon the Infragistics UltraWinTabControl. Due to the large number of tabs, the form on which the TabControl has been placed has gotten HUGE.
Is there a way to develop the UltraTab pages independently of each other (even being able to place components onto the tabPage using the Visual Studio designer) and then adding them to the Tab Control either programatically or through the designer?