views:

199

answers:

0

I am using the Silverlight 4 RichTextBox control which works really well. The problem I have is that the paragraphs are displayed within the control with no spacing between them, so it just looks like a newline.

I've tried setting some styles on the Paragraph type but the Silverlight version seems to have no Margin or Padding properties.

Does anyone know of a way to achieve this, perhaps by subclsasing the control?