Home > Archive > Smartphone Developer Forum > January 2005 > Right-align text in textbox
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Right-align text in textbox
|
|
| Douglas Harber 2005-01-28, 9:00 pm |
| Is there really no way to right-align text in a textbox control on a
SmartPhone? How smart is that?
I'm equally stunned that google turns up absolutely no
comment/remarks/observations about this?
Apparently, nobody cares about this except me?
Just wondering,
Doug Harber
| |
| Brian Norman 2005-01-29, 8:57 am |
| Hi Douglas
If you switch the textbox the multiline = true, you will see that the
TextAlign now allows you to align left, right and center.
The just ajust the height of the textbox to look like a single line textbox.
Should work for you, but depends on what your using the textbox for.
Brian Norman
www.bbpsoftware.co.uk
"Douglas Harber" wrote:
> Is there really no way to right-align text in a textbox control on a
> SmartPhone? How smart is that?
>
> I'm equally stunned that google turns up absolutely no
> comment/remarks/observations about this?
>
> Apparently, nobody cares about this except me?
>
> Just wondering,
> Doug Harber
>
>
>
| |
| Douglas Harber 2005-01-29, 3:59 pm |
| Cool, I'll give that a try.
Thank,
Doug Harber
"Brian Norman" <BrianNorman@discussions.microsoft.com> wrote in message
news:FD9F3650-20EB-48E3-8119-A33B186DBAB8@microsoft.com...[color=darkred]
> Hi Douglas
>
> If you switch the textbox the multiline = true, you will see that the
> TextAlign now allows you to align left, right and center.
>
> The just ajust the height of the textbox to look like a single line
> textbox.
>
> Should work for you, but depends on what your using the textbox for.
>
> Brian Norman
> www.bbpsoftware.co.uk
>
> "Douglas Harber" wrote:
>
|
|
|
|
|