You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to vote for the addition of a TextTrimming property to TextBlock as in WPF.
Especially for TextBlocks that display status and error messages, the text often is longer than the TextBlock, even if the TextBlock spans the entire window. It looks much better if an ellipsis is rendered instead of just cutting off the text.
The text was updated successfully, but these errors were encountered:
I would like to vote for the addition of a
TextTrimming
property toTextBlock
as in WPF.Especially for TextBlocks that display status and error messages, the text often is longer than the TextBlock, even if the TextBlock spans the entire window. It looks much better if an ellipsis is rendered instead of just cutting off the text.
The text was updated successfully, but these errors were encountered: