Hi,
Can anybody plase tell me how i can put a closebutton in a tab in ultratabworkspce(Infragistics SCSF)? I am currently using version 7.3.
Thanks Kim,
We are planning to change the version to 8.1 or 8.3. Once again thanks for your help.
raneesh,
Close button functionality was not added to the UltraTabControl and UltraTabWorkspace until 8.1. In 7.3, you will have to manually implement this yourself by providing your own user interface to the end-user that will set the Visible property of Tabs to true or false. You will also need to create a creation filter to add a button to each tab header. 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 UltraTabWorkspace as well.
If you decide to upgrade to 8.1 or later, you will not need the creation filter.
Hope this helps,
~Kim~