New to Telerik UI for WinForms? Download free 30-day trial

Right-to-left support

You can present the content of your tree view instance in a right-to-left direction by setting the RightToLeft property to Yes:

this.radTreeView1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;

Me.RadTreeView1.RightToLeft = Windows.Forms.RightToLeft.Yes

WinForms RadTreeView RTL

See Also

In this article