Completed
Last Updated: 01 Jun 2018 15:43 by Dimitar
ADMIN
Hristo
Created on: 30 May 2018 09:46
Category: RichTextEditor
Type: Bug Report
0
FIX. RadRichTextEditor - inserting a large image exceeding the bounds of the viewport in the DocumentLayoutMode.Flow should display the horizontal scrollbar
Workaround: If possible set the layout mode to FlowNoWrap
this.radRichTextEditor1.Document.LayoutMode = Telerik.WinForms.Documents.Model.DocumentLayoutMode.FlowNoWrap;
0 comments