Customize the close/minimize/maximize location

Dani_S 2,726 Reputation points
2024-03-26T09:29:51.33+00:00

Hi,

I tested n it not worked on this link:

Can you please check with sample code in the end of in this link:

https://github.com/dotnet/maui/issues/21007

I added this code in login page and MyRootPage and is not worked.

// override the method of the page protected override void OnHandlerChanged()

{

base.OnHandlerChanged();

Window.FlowDirection = FlowDirection.LeftToRight;

}

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,869 questions
{count} votes