feat: deal with selection.

This commit is contained in:
rabbitism
2024-02-12 00:37:20 +08:00
parent 5e5e0844e1
commit 0a3dcf0d8c
4 changed files with 47 additions and 16 deletions

View File

@@ -60,6 +60,7 @@ public class NavMenuItem: HeaderedSelectingItemsControl
{
base.OnAttachedToVisualTree(e);
_rootMenu = GetRootMenu();
UpdateSelection(1);
}
protected override void OnPointerPressed(PointerPressedEventArgs e)