Sam
Sam
Hey @pomianowski Do you think it is possible to add something like child nav-item? 
Is it possible to add support for longer names? i'm not sure how this is done in the localized ms store, maybe via running text on mouseover? 
**Describe the bug** When switching pages/or tabs, ProgressRing (Indeterminate) slows down and even stops completely. **To Reproduce** See video  **Desktop (please complete the following information):** - OS: [Windows 10]...
Honestly it's a good idea, but if you want to rewrite winui3 to wpf then do it right. 1) Use the official [color ](https://github.com/microsoft/microsoft-ui-xaml/blob/main/dev/CommonStyles/Common_themeresources_any.xaml)palette. 2) Use the official control design....
I'm not sure if there's an easy way to accomplish this, but I'll create this thread in case anyone has any ideas. As far as I understand, these controls exist...
If we try to add any control via code using ObservableCollection, we won't get the desired result. for example: ``` public ObservableCollection TestColl { get; set; } = new ObservableCollection();...
Just tweaked NavigationItem https://github.com/lepoco/wpfui/pull/25 Now it is an exact copy Microsoft Store nav except for the pin animation. In XAML we can make two types of animation for forward and...
Something like this: https://docs.microsoft.com/en-us/windows/apps/design/controls/command-bar Wpfui has a toolbar, but it's not quite winui 3 style in terms of features as well as visually.
Hi all, I found a small inaccuracy, the thing is that the Window border does not support transparency. According to win ui 2.5 and 3.0 the window border has a...
### Which version of the app? WinUI 3 Gallery ### Description Hello I noticed that NavigationView in WinUI-Gallery 3 is different from the version presented in Windows UI Toolkit (figma)...