ADB-Explorer icon indicating copy to clipboard operation
ADB-Explorer copied to clipboard

Multi-Tab Support

Open tal-sarid opened this issue 4 years ago • 2 comments

Add support for adding additional explorers inside the app

tal-sarid avatar Jun 10 '21 19:06 tal-sarid

ShellWindow > OnItemClick

var item = args.ClickedItem as HamburgerMenuGlyphItem;
            int index = MenuItems.IndexOf(item);
            ExplorerIndex = index.ToString();
            if (index == MenuItems.Count - 1)
                ExplorersAmount(MenuItems.Count + 1);

            NavigateTo(item.TargetPageType);

Alex4SSB avatar Jun 11 '21 14:06 Alex4SSB