How do I change RichTextBox paragraph spacing?
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?


pharme86 on Mar 05, 2013
Using Line Height
joseph on Mar 05, 2013
I did it with style (pun indented)
xequnsruuh on Mar 05, 2013
Close, so you got the points. Actually it turned out to be setting the margin,
scott on Mar 05, 2013
In C# 2008 WAP
or
can be used for Line Spacing.
This is the only way you can have line height spacing.
cheeseballlumpy82 on Mar 05, 2013