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