Is there a way to allow the user to close/open and tab pages of an ultraTabControl in v7.3?
The following KB article shows how to add a close button to the header of mdi tabs:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10054
You can try to modify it slightly to make it work for the tab control as well.
Also, close buttons for each tab item were implemented in mdi tabs and the tab control in 8.1, so you won't need to use the creation filter if you upgrade to 8.1 or later.
How can I add a button to each tab page header? Looks like addding the button to the tab header is going to be a problem.
In 7.3, this would have to be manually implemented by providing your own user interface to the user that will set the Visible property to True or False on each tab.