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.
Is it possible to change the orientation of the Winforms TreeView control? I would
Share
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.