How can I change the expand/collapse images from the plus ( + ) and minus ( - ) images that appear when ShowPlusMinus and/or ShowRootLines are true.
To help visualize, I would like to make the following TreeView

Look like this (like Windows explorer)



There are 3 methods I can think of:
Sunny already mentioned using
SetWindowTheme(TreeView.Handle, "explorer", null)Using WPF if that is the option and adding TreeViewItem object
Overriding OnPaint methods, which is too complicated, considering you can do just 1, so 1 or 2 it is up to you to chose.