feat: support popup on closed mode.

This commit is contained in:
rabbitism
2023-06-23 13:25:37 +08:00
parent f606667a3f
commit 2616c11fbf
4 changed files with 149 additions and 39 deletions

View File

@@ -134,7 +134,7 @@ public class NavigationMenu: HeaderedItemsControl
}
}
private void UpdateSelectionFromSelectedItem(object? o)
internal void UpdateSelectionFromSelectedItem(object? o)
{
var children = this.ItemsPanelRoot?.Children;
if (children is not null)