Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
710
Problem with Close button visibility
posted

We have  a DocumentWorkspace with the type Infragistics.Practices.CompositeUI.WinForms.UltraMdiTabWorkspace

I want tyo have a Close Button in each tab of this workspace. I am using the 8.1 release of Winforms.

But I cannot manage to get the new close button to work, despite the following code:

DocumentWorkspace.TabSettings.CloseButtonVisibility = Infragistics.Win.UltraWinTabs.TabCloseButtonVisibility.Always;

 

Could you please help.