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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top