diff --git a/src/Controls/src/Core/MenuBarTracker.cs b/src/Controls/src/Core/MenuBarTracker.cs index e4fcb906c4a1..4761d2be60b4 100644 --- a/src/Controls/src/Core/MenuBarTracker.cs +++ b/src/Controls/src/Core/MenuBarTracker.cs @@ -25,6 +25,8 @@ public MenuBarTracker(Element parent, string handlerProperty) void OnMenuBarItemCollectionChanged(object sender, EventArgs e) { + _menuBar.SyncMenuBarItemsFromPages(ToolbarItems); + if (_handlerProperty != null) { _parent?.Handler?.UpdateValue(_handlerProperty);