01-24-2024 11:05 AM
This sample explores a way to simulate sub menus using a tab list by dynamically changing the Items property of the tablist and adjusting the DefaultSelectedItems property based on the chosen item.
Items in the list are defined as menuheader, submenu and menu and the tablist is adjusted based on the item chosen.
It is primarily for browser sized apps as, to me, the layout looks a tad messy for phone sized apps.