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
Place your issue description here.
Update Showcase sample with the following. (In my case I have bound "IsEnabled" to a viewmodel property which is initially false.)
The ribbon controls are gone until you select a tab! One possible fix (or at least it decreases the probability of this error) seems to be a binding of the SelectedTabIndex property:
SelectedTabIndex="{Binding SelectedTabIndex}"
I can confirm that I have previously seen a similar issue with the WPF TabControl. For me, binding the selected tab index has fixed weird tab selection bugs in the past.
Environment
Fluent.Ribbon v6.0.0-dev0171
Windows 10
.NET Framework 4.5.1
The text was updated successfully, but these errors were encountered:
Place your issue description here.
Update Showcase sample with the following. (In my case I have bound "IsEnabled" to a viewmodel property which is initially false.)
<Fluent:Ribbon x:Name="ribbon" IsMinimized="False" IsEnabled="False">
The ribbon controls are gone until you select a tab! One possible fix (or at least it decreases the probability of this error) seems to be a binding of the SelectedTabIndex property:
SelectedTabIndex="{Binding SelectedTabIndex}"
I can confirm that I have previously seen a similar issue with the WPF TabControl. For me, binding the selected tab index has fixed weird tab selection bugs in the past.
Environment
The text was updated successfully, but these errors were encountered: