search bar on windows

Eduardo Gomez Romero 1,355 Reputation points
2024-10-14T09:22:20.4+00:00

is there a way to get rid of the three dots?

   <Shell.TitleView>
       <Grid
           Margin="10"
           HorizontalOptions="Center">
           <Border>
               <SearchBar WidthRequest="{OnIdiom Desktop=400}" />
           </Border>

       </Grid>
   </Shell.TitleView>

User's image

Developer technologies | .NET | .NET MAUI
0 comments No comments
{count} votes

Accepted answer
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 36,436 Reputation points Microsoft External Staff
    2024-10-15T02:02:07.5133333+00:00

    Hello,

    Please remove the Margin="10", so that the three dots will not be displayed.

    Best Regards,

    Wenyan Zhang


    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

Your answer

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