views:

21

answers:

1

I have a TreeView with Checkboxes and want to add spaces between the checkboxes and text of a TreeViewNode. How can I do that?

Example

From:
-A
 -[]b
 -[]c

To

-A
 -[] b
 -[] c
+1  A: 

I am using now http://www.codeproject.com/KB/tree/TriStateTreeViewSubmissio.aspx which solved my problem and give me more flexibility in states.

Fabian