VB .Net - TreeView customization
I'm looking for a way to remove the horizontal scrollbar from my treeview component.
There is no treeview property for doing that, so I think I have to use the windows API and the sendMessage method, but I need help to set this up.
Thanks
Jerome.

