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

Increase Radtreeview checkbox size

1 Answer 117 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Aditya
Top achievements
Rank 1
Aditya asked on 11 May 2012, 09:15 AM
Hi,
How can I increase RadtreeView checkBox size..??

Reagrds,
Aditya

1 Answer, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 11 May 2012, 01:42 PM
Hello Aditya,

I don't believe you change the width/height of a checkbox, since it can't be done in HTML and the checkbox used by the TreeView is a standard checkbox control. The only way I see you having the ability of changing the RadTreeView's checkbox size would be to enable TriStateCheckboxes. When these property is set to true, it uses images for the checkboxes. It uses the following class names for the checkboxes when in that mode: rtChecked, rtUnchecked, rtIndeterminate.

I hope that helps.
Tags
TreeView
Asked by
Aditya
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Share this question
or