I have a RTB setup to contain free form text users enter. I'm using the RichTextProvider. They have some of the basic font controls from the sample available such as Bold, Italic, Underline, colors, etc. They are also able to do Bullet and Number lists.
When changing the list style to the appropriate type, it changes the spacing as well. In the attached image, you can see where I:
1) Type "This is a test."
2) Hit enter
3) Type "This is a new line."
4) Hit enter
5) Click the 'Bullet list' button which initiates a ChangeListStyle with DefaultListStyles.Bulleted
6) Type "Bullet clicked"
7) Hit enter
8) Type "New line in bullet list"
9) Hit enter
10) Click the 'bullet list' button which initiates a ChangeListStyle with DefaultListStyles.None
11) Type "Out of bullet"
As you can see, the bullet spacing is not the same as the lines before or after.
How can I keep the spacing the same?
When changing the list style to the appropriate type, it changes the spacing as well. In the attached image, you can see where I:
1) Type "This is a test."
2) Hit enter
3) Type "This is a new line."
4) Hit enter
5) Click the 'Bullet list' button which initiates a ChangeListStyle with DefaultListStyles.Bulleted
6) Type "Bullet clicked"
7) Hit enter
8) Type "New line in bullet list"
9) Hit enter
10) Click the 'bullet list' button which initiates a ChangeListStyle with DefaultListStyles.None
11) Type "Out of bullet"
As you can see, the bullet spacing is not the same as the lines before or after.
How can I keep the spacing the same?