You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my application I'd like to make some ribbon tabs invisible if no project is loaded.
However if I set the Visibility property of the first RibbonTabItem to Collapsed the content of the tab item like RibbonGroupBoxes and Buttons are still shown.
I reduced my sample to the following XAML to be able to reproduce the issue. No code behind needed.
In my application I'd like to make some ribbon tabs invisible if no project is loaded.
However if I set the Visibility property of the first RibbonTabItem to Collapsed the content of the tab item like RibbonGroupBoxes and Buttons are still shown.
I reduced my sample to the following XAML to be able to reproduce the issue. No code behind needed.
BTW: I'm using version 3.6.1.236
The text was updated successfully, but these errors were encountered: