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

QAT items not displayed properly if tab is made visible after initialization #391

Closed
floele-ww opened this issue Jan 23, 2017 · 0 comments
Closed
Labels
Milestone

Comments

@floele-ww
Copy link
Contributor

floele-ww commented Jan 23, 2017

QAT items not displayed properly if tab is made visible after initialization.

Actual:
actual

Expected:
expected

To reproduce:
Add the following code in TestContent() constructor:

        this.Dispatcher.BeginInvoke((Action)delegate
        {
            testTabItem.Visibility = Visibility.Visible;
            this.ribbon.AddToQuickAccessToolBar(testButtonForQAT);
        }, DispatcherPriority.ApplicationIdle);

Using the following existing elements (also not working with other elements):
testTabItem: <Fluent:RibbonTabItem Header="KeyTips" x:Name="testTabItem" Visibility="Collapsed"
testButtonForQAT: <Fluent:DropDownButton Header="Dropdown (auto close on click) g" x:Name="testButtonForQAT"


Environment

  • Fluent.Ribbon Current develop branch
  • Windows 10
  • .NET Framework 4.6
@batzen batzen added this to the 5.0.0 milestone Jan 23, 2017
@batzen batzen closed this as completed in 2ed252e Jan 23, 2017
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