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?
|
feedback
|
|
Using Line Height
| |||||
|
feedback
|
|
I did it with style (pun indented)
| |||||||||||||
feedback
|
|
Close, so you got the points. Actually it turned out to be setting the margin,
| |||
|
feedback
|
|
In C# 2008 WAP
or
can be used for Line Spacing. This is the only way you can have line height spacing. | ||||
|
feedback
|
| |||
|
feedback
|