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: 289
wpf
|richtextbox
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