Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ribbon controls disappear when ribbon is initially disabled #501

Closed
znakeeye opened this issue Jan 15, 2018 · 0 comments
Closed

Ribbon controls disappear when ribbon is initially disabled #501

znakeeye opened this issue Jan 15, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@znakeeye
Copy link

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

  • Fluent.Ribbon v6.0.0-dev0171
  • Windows 10
  • .NET Framework 4.5.1
@batzen batzen self-assigned this Jan 17, 2018
@batzen batzen added this to the 6.0.0 milestone Jan 17, 2018
@batzen batzen closed this as completed in 8050662 Jan 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants