C# Maui Secondary window/contentpage opens the same size as MainPage
Summary The issue at hand is that a secondary window in a C# Maui application is opening with the same size as the MainPage, despite being set to a specific size in XAML. This is causing the window to be resizable and not fixed to the desired dimensions. Root Cause The root cause of this … Read more