Unplanned
Last Updated: 01 Mar 2023 13:08 by ADMIN
Michael
Created on: 01 Mar 2023 12:58
Category: UI for WinForms
Type: Bug Report
0
RadCheckBox: Incorrectly rendered text with brackets in RightToLeft mode

To reproduce:

            this.radCheckBox1.Text = "Something (in brackets)";
            this.radCheckBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;

1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 01 Mar 2023 13:08

Hi, Michael,

Thank you for bringing this to our attention. You can right align the check mark by using the CheckAlignment property: 

            this.radCheckBox1.Text = "Something (in brackets)";
            this.radCheckBox1.CheckAlignment = ContentAlignment.MiddleRight;

Regards,
Dess | Tech Support Engineer, Principal
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.