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

Align RadTreeNode's Checkbox with +

1 Answer 69 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Mike Bridge
Top achievements
Rank 1
Mike Bridge asked on 16 Oct 2009, 09:00 PM
Hi-

Is there a way to get the "+" boxes to align with the checkboxes for RadTreeNodes which are at the same level?  I'm hoping to get the boxes at each level to line up, regardless of whether they are for navigation or for selection.

Thanks,

-Mike

1 Answer, 1 is accepted

Sort by
0
Mike Bridge
Top achievements
Rank 1
answered on 16 Oct 2009, 09:44 PM
This seems to work:

<style type="text/css"
    .RadTreeView_Default .rtPlus, .RadTreeView_Default .rtMinus {margin: 4px 6px 0 3px;} 
</style> 

Tags
TreeView
Asked by
Mike Bridge
Top achievements
Rank 1
Answers by
Mike Bridge
Top achievements
Rank 1
Share this question
or