[Enhancement] NavigationViewItem
fix #83 fix #138
navigationview item button no longer changes selection. pane collapse/expand retains selected item.
fix:
https://github.com/user-attachments/assets/852e596f-8a89-4470-b580-d5a8e6cdb37a
winui gallery:
https://github.com/user-attachments/assets/ebd75c7f-e151-4e01-992c-ea2dc537a42f
possible fix for #138 ?
Hi, it looks good for me and there is still one thing we can improve: the navigation group item should be expanded if its children item is selected.
UI.WPF:
https://github.com/user-attachments/assets/b6e2383b-3341-473b-a075-9ff8ddfc193e
Here, Basic Input item is not expanded.
WinUI3:
https://github.com/user-attachments/assets/ade79acd-8832-4659-b4c8-f455ce735073
Here, Basic Input item is expanded.
Please @Jack251970, can u take a look now ?
Please @Jack251970, can u take a look now ?
Now it works as expected. Good work!👍