the Alignment of the textBox and RightToLeft property

  • Thread starter Thread starter Ehsanal
  • Start date Start date
E

Ehsanal

plz i have a question:
when i put the properties in a textBox like this:

TextAlign =
System.Windows.Forms.HorizontalAlignment.Right;
RightToLeft = RightToLeft.YES;

then the writting will appear as if the Alignment is left
could u help me in solving this problem
thank u in advace
Ehsan
 
Are you trying to show text that start from right-to-left? (middle-eastern
languages)
If so I think you dont need to specify the Alignment, as the text itself
comes aligned to the right.

I haven't tried it but think it should work.
 
thanks very much :
Yes I try it and it works correctly as I want
thaks again
but i want to know: what is the problem with rewritting the aligment ,
where is the confusing
Plz if u know tell me
Your Friend Ehsan
 
Back
Top