ADD-David-Antolin

Results 13 comments of ADD-David-Antolin

As we understand the content should not go behind the NavigationView hamburger menu button when it is in minimal mode, it should go below it to not block its access....

Hi. I'm a colleague of @Suriman. The same sample project using UWP works without having to prefix the key with 'Resources\'. Furthermore, it does not provoke the `NullReferenceException` if it...

> What about `Environment.NewLine` to generate comments? @RikkiGibson please answer this use case.

This happens to me when the selected target framework is: - browserwasm - android - ios - maccatalyst It shows the properties page on: - WinUI - desktop.

Yes, it is still happening in Visual Studio 2022 17.5.0 and WindowsAppsSDK 1.2.221109.1.

@jeromelaban notice they (bot) closed you the second one as duplicated of the first one.

@ramezgerges First option is not feasible because the ViewModel is UI Framework agnostic so it cannot use `DispatcherQueue` that only exists on `WinUI/Uno Platform`. The second one breaks the MVVM...

@ramezgerges I was the one that answered you. The problem affects WinUI too, because that I said that it is Microsoft who should solve it, because the NavigationView can control...

This does happen to us with .NET SDK 9.0.300 and Uno SDK 6.0.110. Please reopen.

I debugged a sample app and the problem is: When the View is Unloaded, the `__StopTracking` generated method is called which calls `SuspendXBind` which disposes the subscription which finally calls...