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
Auto opening the submenu is not working for MenuItems with ItemsSource bindings.
Having a DropDownButton with ItemsSource binding, that binds to a collection of objects that themselves contain collections of objects (like "Dropdown (auto close on click) g" button, but with ItemsSource binding, not manually adding MenuItem elements in XAML).
Auto opening the submenu is not working for MenuItems with ItemsSource bindings.
Having a DropDownButton with ItemsSource binding, that binds to a collection of objects that themselves contain collections of objects (like "Dropdown (auto close on click) g" button, but with ItemsSource binding, not manually adding MenuItem elements in XAML).
Adapting the style with
Problem is pinpointed to File : Fluent.Ribbon\Controls\MenuItem.cs, line 434 and line
450:
this.Parent
is null.Environment
The text was updated successfully, but these errors were encountered: