Is there a way to configure the control to have an 'Add New Tab' button, similar to how Firefox or IE do it where the button is right alongside the last tab?
Rory,
I will submit this as a feature request on your behalf. This probably could be accomplished by means of a CreationFilter. If you wish, I could put together a sample to give you an idea of how to do this. Let me know if you would like me to do that.
I have submitted your request to include an "Add New Tab" button on the UltraTabControl. I have attached to this forum thread a sample application which includes a CreationFilter which I hope will give you a general idea of an approach that you could take to implement this feature. In the CreationFilter the position of the last tab is determined and a new button element is added to the right of it. Take a look at the application and let me know if you have questions. I hope you find it helpful.
Let me know if you have questions.