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
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
The text was updated successfully, but these errors were encountered:
QAT items not displayed properly if tab is made visible after initialization.
Actual:

Expected:

To reproduce:
Add the following code in TestContent() constructor:
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
The text was updated successfully, but these errors were encountered: