This is a migrated thread and some comments may be shown as answers.

rtb - lines overlapping

3 Answers 102 Views
RichTextBox (obsolete as of Q3 2014 SP1)
This is a migrated thread and some comments may be shown as answers.
Karl
Top achievements
Rank 1
Karl asked on 08 Aug 2012, 05:59 PM
Hi,
After the update to the latest version, I have noticed the following:
After cutting from ms-word and pasting into rtb I now get the following. The lines seem to squish into each other. I have attached a picture to illustrate my problem.
I have also noticed that some of the earlier saved documents are getting this squish treatment.
Karl

3 Answers, 1 is accepted

Sort by
0
Svett
Telerik team
answered on 10 Aug 2012, 12:12 PM
Hi Karl,

We know about this issue. It is caused by wrong layout when line spacing of paragraph is changed. We will address it in one of the next releases. Meanwhile, you can use the following code snippet:
foreach (Paragraph p in this.radRichTextBox1.Document.EnumerateChildrenOfType<Paragraph>())
{
    p.LineSpacing = 1.15;
}

You can vote for the issue here.

I hope that you find this information useful.

Kind regards,
Svett
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
0
MN
Top achievements
Rank 1
answered on 28 Oct 2013, 02:55 PM
I have the same issue. I'm using Q2,2012(2012.2.912.40). Have you fixed this in Q3, 2012 or any of the new releases? Thanks.
0
George
Telerik team
answered on 31 Oct 2013, 02:27 PM
Hi Min,

Thank you for contacting us.

The issue has been addressed, and the fix is available in version 2013 Q1. I would however recommend you to upgrade to the latest version - 2013 Q3 in order to benefit from the latest features/fixes.

Feel free to let us know if you need any assistance.

Regards,
George
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
RichTextBox (obsolete as of Q3 2014 SP1)
Asked by
Karl
Top achievements
Rank 1
Answers by
Svett
Telerik team
MN
Top achievements
Rank 1
George
Telerik team
Share this question
or