You may already know that you can't put new NavigationStack inside other NavigationStack, so we can't make burger like in UIKit where we could navigate inside each tab and also on top of tab view.
When removing non-selected items from a TabView the currently selected TabViewItem recieves an Unloaded event once for each removed tab. Steps to reproduce the bug Bind the TabItemsSource of a TabView ...