This is a migrated thread and some comments may be shown as answers.

Checkbox mark size

1 Answer 81 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Vincent
Top achievements
Rank 1
Vincent asked on 19 Nov 2018, 09:55 PM

Hi!

I've been able to change the size of the checkbox but the checkmark's size is not following the dimension that I've put...

See in the attach file.

Thank you!

 

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 20 Nov 2018, 09:35 AM
Hello Vincent,

You can use the following code for this:
this.radCheckBox1.ButtonElement.CheckMarkPrimitive.CheckElement.UseFixedCheckSize = false;
this.radCheckBox1.ButtonElement.CheckMarkPrimitive.CheckElement.MinSize = new Size(100, 100);

I hope this will be useful. Let me know if you have additional questions.

Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
GridView
Asked by
Vincent
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or