Situation: I have a <TextBlock /> that receives asynchronous content by a function.
Problem: Some times the text received is too long, and I don’t want to wrap this text.
Solution: Reduce the font size acording the length of the text received so that the text received stays visible completely at screen..
The problem with this solution: How do I do it?
Consider putting your TextBlock in a ViewBox control to stretch text accordingly.