Completed
Last Updated: 02 Feb 2016 12:31 by ADMIN
ADMIN
Petya
Created on: 06 Nov 2014 16:38
Category: RichTextBox
Type: Bug Report
0
When text in a table of content entry is exactly one line long the application hangs
Tab leader (dots) are calculated based on the available space between the end of the text in the entry and the page number. 

Workaround: to change rendering mode to TextBlockWithPropertyCaching:

this.radRichTextBox.TextRenderingMode = TextBlockRenderingMode.TextBlockWithPropertyCaching;
1 comment
ADMIN
Svetoslav
Posted on: 02 Feb 2016 12:31
The fix will be available in our next LIB release (v. 2016.1.208).