Hello Dave,
Thanks for your post on MSDN forum.
Based on my understanding, if the CheckBoxes property is set to true, TreeView control will show a "CheckBox" in front of each TreeNode to let user check or uncheck the node, however, the "CheckBox" in front of each TreeNode is not a real CheckBox control, it is painted like a CheckBox. If you just want to show more states for TreeNode, I suggest that you customize the appearance of the TreeView control by setting the DrawMode property and handling the DrawNode event.
Check the following for a sample.
http://msdn.microsoft.com/en-us/library/system.windows.forms.treeview.drawnode.aspx If you want to embed the control in a TreeNode, I suggest that you place the control on the TreeNode when that node is selected, here is a sample for your reference.
http://www.codeproject.com/KB/tree/DropDownTreeView.aspx Thanks,
Rong-Chun Zhang
MSDN Subscriber Support in Forum
If you have any feedback on our support, please contact
msdnmg@microsoft.com
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.