Hi, I'm still new to .NET development so I'm really not sure that what I'm asking below can be done. But any help and suggestions are appreciated!
I want to make a user control which looks like the TreeView control but I would like to use custom images or labels as TreeNode. Would this be possible by deriving from the TreeView control or TreeNode?
If it is, what's the best practice for this?
Thanks!