Close/minimize/maximize moved to left size

Dani_S 2,726 Reputation points
2024-01-16T15:38:55.2366667+00:00

Hi, I moved to vs 17.8.4 .NET 8 and close/minimize/maximize of maui app moved to left size is by desin ?User's image

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

Accepted answer
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,546 Reputation points Microsoft Vendor
    2024-01-18T02:56:24.4566667+00:00

    Hello,

    MAUI officially provides a way to set LTR or RTL.

    Please refer to the following documentation and code snippets.

    // override the method of the page
    protected override void OnHandlerChanged()
    {
        base.OnHandlerChanged();
    
        Window.FlowDirection = FlowDirection.LeftToRight;
    }
    

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful