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.
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.
|
|
|
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. |
|||
|
|
|
I'm sure this MSDN article will help you out. It explains mirrored Forms and Controls. |
|||
|
|
See this article : http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.2/CLR2.0/html/WinTree_Displaying_WinTree_with_Columns_in_Grid_Style.html The WinGrid control can be used like this. |
|||
|
|
|
Only solution i could find is here |
|||
|
|
