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.
2 Answers
0
votes
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.