TreeView custom nodes
I want to make in a TreeView (winforms) that each node will have in it a checkbox and two icons and text. How I can implement this thing ? I am really a newbie c# programmer. I have found this two that helped me to understand.
treeNode treeView but how I can show my icons and check box one near another shifter little bit in X dimension?
Can you help me with some example how that thing can be implemented.
Thank开发者_StackOverflow中文版s for help.
Customizing a tree view is not for the feint of heart. But you're lucky, this project does exactly what you are asking for.
精彩评论