How to style a text wrapping (hanging, like in MS Word) in the WPF TextBlock
Posted
by Shurup
on Stack Overflow
See other posts from Stack Overflow
or by Shurup
Published on 2010-06-01T11:15:45Z
Indexed on
2010/06/01
11:23 UTC
Read the original article
Hit count: 229
I need to style a WPF TextBlock, like
<TextBlock Text="- Test text text text text" TextWrapping="Wrap"/>
that will show the
- Test text text text
text
and not the
- Test text text text
text
Do you know the solution of the problem?
© Stack Overflow or respective owner