James S

James S

  • NA
  • 5
  • 0

Displaying Right to left in a text box

Feb 7 2006 7:21 PM
Hihi all ;) I'm fishing for a way to make a text box go right to left for a simple math App I'm doing. basically when you input the answer, I want it to start at the right and the next number typed displays to the left of whatever's there. The "RightToLeft" property only works with RTL fonts, which means that on regular Arial Monospaced, which i'm using, it just right aligns the text. I'm not entirely sure how to deal with trying to create this as a custom control, or if it's even possible in C#. If you don't know what I'm asking for try this: 45234 - 154 --------- Now however you would solve this(ie. 4-4=0 first, etc. or Right to left) is how I'd like my answer box to work. Thanks in advance Jim