Mahdi Hosseini
Mahdi Hosseini
> > try removing `` from app.xaml > > I didn't have that in there in this project. I went back to 6.9.0 and the problem went away. Very weird....
Dup? https://github.com/microsoft/microsoft-ui-xaml/issues/2508 https://github.com/microsoft/microsoft-ui-xaml/issues/560
> Hi, we've already discussed NativeMethods changes. But is there a guide somewhere detailing what changes are needed to upgrade from v6 to 7? I think I saw AssemblyInfoHelper and...
> Thanks, it was the "AssemblyInfoHelper removed and Replaced with ProcessInfoHelper" that was missing in https://winuicommunity.github.io/winUICommunityCore/breaking_changes/ . It didn't offer a replacement in that doc. Thanks a lot! Sorry for...
> Can't belive this is still a thing in 2025, how does microsoft think that such a simple aspect of a window needs so many hoops, how they expect developers...
I tried to port styles from community toolkit,however it seems that overriding template or styles is not possible. (Mybe bug? Idont know) when i want to edit template i get...
> > I tried to port styles from community toolkit,however it seems that overriding template or styles is not possible. (Mybe bug? Idont know) when i want to edit template...
Hi @Gaoyifei1011 I ported CommunityToolkit Segmented Style to SelectorBar 😁 I Added: - Vertical Style - MultiSelect  Also we can play with ItemsView Layout and we can add more...
@Gaoyifei1011 can you upload your demo? changing column Width does not work for me🤔
> I'm currently testing the `SelectorBar` and am also interested in reviewing this code. The [documentation](https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.selectorbar?view=windows-app-sdk-1.5) for the `SelectorBar` does not currently provide any samples. > > I also noticed...