RichTextBoxSingleSpace
1 2 3 4 5 6 7
<
RichTextBox
x
:
Name
="txt">
<
RichTextBox.Resources
>
<
Style
TargetType
="{
x
:
Type
Paragraph
}">
<
Setter
Property
="Margin"
Value
="0">
<
/
Setter
>
<
/
Style
>
<
/
RichTextBox.Resources
>
<
/
RichTextBox
>