Recently I have been tinkering with TreeViews in WinForms and saw a example that I want to recreate to practice. Here is the example: Example
In the example you will see the count of items behind the text. I want to recreate the with a TreeView. The count will be the count of childs of the node. Is there a way to realise this? Or do I need to make a custom TreeViewControl?
Edit: The example is not a TreeView but a CheckedListbox. But for practice I would like to recreate it with a TreeView.