A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Customize the close/minimize/maximize location
Dani_S
5,581
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;
}
Developer technologies | .NET | .NET MAUI
Developer technologies | .NET | .NET MAUI
Sign in to answer