Treeview with Scrollbar on Left

  • Thread starter Thread starter Michael C#
  • Start date Start date
M

Michael C#

Hi all,

I need a treeview with the vertical scrollbar on the left-hand side of the
control. Can someone point me in the right direction for the best way to do
this? Articles, source code, links, etc. all appreciated.

TIA
 
Hi Michael,

Well, if you set the RightToLeft property of the treeView to YES; the
scrollbar will be on the left side.
 
Thank you, I appreciate the response!

Thanks

Peter Jausovec said:
Hi Michael,

Well, if you set the RightToLeft property of the treeView to YES; the
scrollbar will be on the left side.
 
Back
Top