Sweekriti Satpathy

Results 4 comments of Sweekriti Satpathy

Sample for `How do I replace the ViewController of a Page?` : https://github.com/TomSoderling/MigratedPageRendererExample I'll keep updating with other custom renderer samples as I finish them! @davidbritch do you want a...

A workaround for this is to use a Mapper and set the WinUI NavigationPage property `PaneDisplayMode` from the [documentation](https://learn.microsoft.com/en-us/windows/apps/design/controls/navigationview#display-modes). I'm attaching the sample code here : [MauiApp1_fixed.zip](https://github.com/dotnet/maui/files/13894939/MauiApp1_fixed.zip) The mapper code...

Still happening with Visual Studio 17.4.5 and using .NET MAUI version 7.0.59. Attaching latest reproduction sample using the exact same code in our API documentation page. It's confusing when the...

Hey @rhedgpeth 😄! 1. Taken into consideration and we're working something out. 2. This is a great suggestion and I'm going to add this to our ToDo. Thanks for the...