Completed
Last Updated: 30 Dec 2020 14:56 by ADMIN
Release R1 2021
Ken
Created on: 01 Dec 2020 07:43
Category: SyntaxEditor
Type: Bug Report
0
RadSyntaxEditor: horizontal scrollbar is clipped when the zoom factor to less than 100%

Please refer to the attached gif file.

Workaround: set bottom padding by setting the SyntaxEditorElement.HorizontalScrollBar.Padding property. 

mySyntaxEditor1.SyntaxEditorElement.HorizontalScrollBar.Padding = new Padding(0, 0, 0, 2);

0 comments