Hello,
will it auto break line the button is too may?
No, but you can use flexlayout to add some buttons, flexlayout will add auto break line.
<FlexLayout
Wrap="Wrap"
JustifyContent="Start"
FlowDirection="LeftToRight">
add buttons here
<Button
HorizontalOptions="Start"
VerticalOptions="Start"
Text="Welcome to .NET MAUI!2"
/>
<Button
HorizontalOptions="Start"
VerticalOptions="Start"
Text="2Welcome to .NET MAUI!"
/>
</FlexLayout>
Best Regards,
Leon Lu
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.