Customize the close/minimize/maximize location
Dani_S
3,786
Reputation points
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;
}
Sign in to answer