Unplanned
Last Updated: 02 Nov 2023 12:58 by ADMIN
Fabian
Created on: 02 Nov 2023 12:49
Category: RichTextEditor
Type: Bug Report
0
RadRichTextEditor: Scrollbar buttons don't position correctly in TelerikMetroTouch theme

 

1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 02 Nov 2023 12:58

Hello, Fabian,

Currently, the possible workaround is to adjust the padding of the scrollbar's buttons:

RadRichTextBox editor = this.radRichTextEditor1.RichTextBoxElement.ActiveDocumentEditor as RadRichTextBox;
editor.VerticalScrollBar.FirstButton.Padding = new Padding(-4, 0, 7, 0);
editor.VerticalScrollBar.SecondButton.Padding = new Padding(-4, 0, 7, 0);

Regards,
Nadya
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.