'How to use the windows 11 store navigation in uwp/winui3

I would like to use the navigation used in the new windows 11 store (image below). But there is no premade control for this style, only the NavigationView. Did Microsoft not made this public so we need to replicate it our self or am I missing something?

1



Solution 1:[1]

I would say, they've just used an existing control called Navigationview and modified it because these controls look really similar.

But I don't think they've published their modified control.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 FrozenAssassine