How do I change RichTextBox paragraph spacing?

Posted by Darren Oster on Stack Overflow See other posts from Stack Overflow or by Darren Oster
Published on 2008-11-28T04:54:41Z Indexed on 2010/04/21 12:33 UTC
Read the original article Hit count: 267

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about richtextbox