Our users would like to know if there was a way to put a close button in the TabList.
Basically what they want is a way to close the forms when looking at the dropdown list of open MDI Child forms in the TabList.
Is there a way to do this?
Thanks,
Jason
Hello Jason,
Thank you for having clear understanding of your requirement.
I did some research and discussed the requirement with the development team and found the information that having a "X" button in the TabList next to the name of the tab would be a new product idea. Its because our control its derived form a inbox context menu and there is nothing we can do to add this X button.
You can suggest new product ideas for future versions by emailing ideas@infragistics.com.
Submitting your idea will send it directly to our product management team so that it can be imported into our new ideas community once live: http://ideas.infragistics.com.
Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. You can also link back to this thread for additional details.
Thank you in advance to submitting your product idea.
Diyva,
Thanks for the response. This isn't exactly what I'm looking for. What our users are looking for is for there to be an "X" in the TabList next to the name of the tab.
When I click the "dropdown arrow" (which becomes visible when I set .ShowTabListButton = Infragistics.Win.DefaultableBoolean.[True]), and I get the list of all open tabs, they want the ability to click on an X in that list to close the associated tab.
Thank you for posting to our forum.
Yes, You can have a close button in the TabList and for that you can refer this online document described step by step.
https://ko.infragistics.com/help/winforms/wintab-display-a-close-button-on-a-tab
Your code would be like this:
this.ultraTabbedMdiManager1.TabSettings.CloseButtonVisibility = Infragistics.Win.UltraWinTabs.TabCloseButtonVisibility.Always;
Please let me know if you need further assistance.