Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is it possible to change the orientation of the Winforms TreeView control? I would like to navigate top-down-expand-left-to-right rather than then default top-down-expand-to-right. I have found a WPF solution here but I can't seem to find a WinForms alternative.

share|improve this question

4 Answers

up vote 0 down vote accepted

This is not possible in the basic Windows Tree Control.

You will need to write or acquire a custom/third party control to do it.

share|improve this answer

I'm sure this MSDN article will help you out. It explains mirrored Forms and Controls.

share|improve this answer
This gets me a left mirrored control(nodes expand to left) but, unfortunately, it doesn't give me a top down horizontal tree like structure such as the one in the url in my question. – fin Nov 23 '11 at 15:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.