Sam

Results 13 issues of Sam

Hey @pomianowski Do you think it is possible to add something like child nav-item? ![Screenshot 2022-04-16 113320](https://user-images.githubusercontent.com/93913816/163668359-2f872342-3f3e-4107-936b-e6884151fd2b.jpg)

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? ![ss](https://user-images.githubusercontent.com/93913816/147291292-605ee5de-2427-46ae-a29f-32a914d3873b.PNG)

bug
controls

**Describe the bug** When switching pages/or tabs, ProgressRing (Indeterminate) slows down and even stops completely. **To Reproduce** See video ![RingBug](https://user-images.githubusercontent.com/93913816/154845005-b777abf4-0e48-4aed-9109-542932497a98.gif) **Desktop (please complete the following information):** - OS: [Windows 10]...

bug
help_wanted
styles

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....

enhancement
themes
controls
styles

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...

enhancement
styles
:star: top issue

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();...

enhancement
controls
styles

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...

controls
styles

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.

enhancement
:star: top issue

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...

needs-triage

### 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)...

bug