Round in the navigation of flylou

Dani_S 2,726 Reputation points
2024-04-17T11:50:03.91+00:00

Hi,

In https://github.com/dotnet/maui/issues/21576

there is attached sample.

Why there is round in the navigation of flylout ( See attched picture)

and how is can be fixed ?

Capture

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

Accepted answer
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,571 Reputation points Microsoft Vendor
    2024-04-18T05:35:29.09+00:00

    Hello,

    You could remove the rounded corner by adding the following code to the Platforms/Windows/App.xaml file in your MAUI project.

    <maui:MauiWinUIApplication.Resources>
    	<CornerRadius x:Key="OverlayCornerRadius">0</CornerRadius>
    </maui:MauiWinUIApplication.Resources>
    

    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful