Shane Neuville
Shane Neuville
@BMS-Malcolm if you update to the latest MAUI and/or the latest WinAppSDK (version 1.8) does that help?
> Should we include pointing to the .NET MAUI Community Toolkit for converters and behaviors and such to use those instead of inventing something by itself when needed? > >...
> > Can we validate this one using a unit test vs a UI Test? > > @PureWeen, As discussed here in this [comment](https://github.com/dotnet/maui/pull/25170#issuecomment-2416771495), we were facing difficulties in converting...
> > > > Can we validate this one using a unit test vs a UI Test? > > > > > > > > > @PureWeen, As discussed here...
@BagavathiPerumal Apologies but I'm having trouble following the thread on this one AFAICT this code is wrong https://github.com/dotnet/maui/blob/2478901a5b74b4298f7397e8554d897bdd04effe/src/Controls/src/Core/Menu/MenuBar.cs#L116-L117 and should be changed to this ```C# if (item is Element e...