Share via

Customize the close/minimize/maximize location

Dani_S 5,581 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;

}

Developer technologies | .NET | .NET MAUI
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.