Page 1 of 1

Richtext controll distances between letters are not correct

Posted: Thu Sep 19, 2013 9:46 am
by szolex
First question:
In RichText controll how can we manage the distances between letters, because in preview or in printed format some letters are nearer or farther than the others?

For examples:
In a Text Controll, expression : 'Cégjegyzékszám'
In RichText Controll, included 'Cégjegyzékszám'

The two text's preview will be diffrent. The RichText shows wrong. In this case we can not use the RichText, but we need it.

Second:
In Rich Text Editor how can we use Ruler (or hide it)?

Re: Richtext controll distances between letters are not corr

Posted: Fri Sep 20, 2013 12:06 pm
by Alex K.
Hello,

This is rendering of the standard .NET RichTextBox component, and we cannot affect on its performance. Please try to set the Wysiyig property to true.
Alternatively, as a way, you can use a TextBox component using HTML tags.

Thank you.