I am using a RichTextBox in WPF, and am trying to set the default paragraph spacing to 0 (so that there is no paragraph spacing). While I could do this in XAML, I would like to achieve it programmatically if possible. Any ideas?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Using Line Height
|
|||
|
I did it with style (pun indented)
|
|||||||||||||||
|
|
Close, so you got the points. Actually it turned out to be setting the margin,
|
|||
|
|
|
In C# 2008 WAP
or
can be used for Line Spacing. This is the only way you can have line height spacing. |
||||
|
|
|
||||
|
|