Home All Groups Group Topic Archive Search About

Layout of NumericUpDown Control

Author
22 Dec 2006 11:39 AM
Samuel Shulman
Hi everyone,

I forever wander why Microsoft designed the NumericUpDown control to have
the Increment/decrement arrows on the right and the value is aligned to the
left

Another thing to consider is what look most familiar to the user.

Can anyone advise me of which layout is normally used and when

Thank you,
Samuel Shulman

Author
22 Dec 2006 11:52 AM
Stephany Young
For a person who uses the mouse in their right hand, the natural 'side' is
the right.

For a person who uses the mouse in their left hand, the natural 'side' is
the left.

You can control which side the arrows are on by setting the UpDownAlign
property (which has a default of right) to the required value.


Show quoteHide quote
"Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
news:OtH2d3bJHHA.1044@TK2MSFTNGP02.phx.gbl...
> Hi everyone,
>
> I forever wander why Microsoft designed the NumericUpDown control to have
> the Increment/decrement arrows on the right and the value is aligned to
> the left
>
> Another thing to consider is what look most familiar to the user.
>
> Can anyone advise me of which layout is normally used and when
>
> Thank you,
> Samuel Shulman
>
Author
22 Dec 2006 12:18 PM
Samuel Shulman
Good point,
Thank you


Show quoteHide quote
"Stephany Young" <noone@localhost> wrote in message
news:u3253%23bJHHA.4068@TK2MSFTNGP03.phx.gbl...
> For a person who uses the mouse in their right hand, the natural 'side' is
> the right.
>
> For a person who uses the mouse in their left hand, the natural 'side' is
> the left.
>
> You can control which side the arrows are on by setting the UpDownAlign
> property (which has a default of right) to the required value.
>
>
> "Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
> news:OtH2d3bJHHA.1044@TK2MSFTNGP02.phx.gbl...
>> Hi everyone,
>>
>> I forever wander why Microsoft designed the NumericUpDown control to have
>> the Increment/decrement arrows on the right and the value is aligned to
>> the left
>>
>> Another thing to consider is what look most familiar to the user.
>>
>> Can anyone advise me of which layout is normally used and when
>>
>> Thank you,
>> Samuel Shulman
>>
>
>