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
I have a TreeView with Checkboxes and want to add spaces between the checkboxes and text of a TreeViewNode. How can I do that?
From:
-A
-[]b
-[]c
To
-A
-[] b
-[] c
I am using now http://www.codeproject.com/KB/tree/TriStateTreeViewSubmissio.aspx which solved my problem and give me more flexibility in states.