Completed
Last Updated: 25 Nov 2014 07:18 by ADMIN
ADMIN
Dimitar
Created on: 07 Oct 2014 10:38
Category:
Type: Bug Report
1
FIX. RichTextBox - the SpacingAfter property values is not exported/imported correctly when the value is 0.
To reproduce:
- Add several paragraphs with  SpacingAfter set to 0.
- Export and then import using XAML format provider.
- You will notice that the spacing is reset to the default value.

Workaround:
Paragraph para = new Paragraph();
para.SpacingAfter = 0.01f ;

Resolution: 
This issue is addressed in the new version of the control - RadRichTextEditor. Please use the new control instead the RadRichTextBox. 
0 comments