I'm trying to suffix an ellipsis when the contents in the textbox is too long, but I can't find a "TextTrimming" property in the WP7 framework. Is there some other property to perform the same function? For example:

"If the sentence is too big, I want it to end with a ..."

link|improve this question

17% accept rate
feedback

2 Answers

Robby Ingebretsen's TextTrimming TextBlock for Silverlight works well in WP7.

link|improve this answer
feedback

The TextTrimming property of the TextBlock is supported in the Mango version of the SDK.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.