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)?
Richtext controll distances between letters are not correct
Re: Richtext controll distances between letters are not corr
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.
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.