Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

We need to implement support for the LineBreakMode with the TailTruncation option in the SfButton for .NET MAUI.

 

Use Case :

 

The Line Break Mode with TailTruncation is a feature commonly used in user interfaces, particularly when displaying text in limited space, such as within labels or buttons. This mode ensures that the text is truncated at the end with an ellipsis (...) when it exceeds the available space.

 

A common use case for TailTruncation is in scenarios where you have limited space to display text, and you want to indicate to the user that the content continues beyond the visible area. This is especially useful when you have a list of items or a grid where each item may have a title or description that could be longer than the allocated space.

 

Sample output :