Hello,
The reason for this problem is that in a grid layout, the length of the label extends beyond the screen because there is no width limit.
Therefore, you only need to give the Label a length limit, such as <Label WidthRequest="400" .../>
, and you will find that the line break is working.
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][1] to enable e-mail notifications if you want to receive the related email notification for this thread.
Thanks for your feedback.
After testing, this issue may be caused by the
Layout
exceeding the screen width when readingGridUnitType.Auto
.Therefore, it is more recommended to post your issue on MAUI issues to make our product group aware of it.