TraView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i'm using a TreaView & i need to align the nodes of the trea to the right (
for Arabic ) i used
this.treeView1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
but not change , anyHelp ?

is there is a way to set the Alignement of the controls & Test on the form
from right to left ? so anything added is aligned to right by default

i used
this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
but it also didnt make any effect ?
as i need too add tab control & the tab page alignement also begin from the
right side :)
 
Back
Top