I have a TextBlock with the following setting:
TextBlock
TextWrapping=\"Wrap\"
Can I determine the maximum number of lines?
for exam
For anybody developing UWP or WinRT Applications, TextBlock has a MaxLines property you can set.