M
mcnewsxp
is there a way to make dropdownlist box bigger when it has focus?
tia,
mcnewsxp
tia,
mcnewsxp
mcnewsxp said:is there a way to make dropdownlist box bigger when it has focus?
Peter said:That said, from a UI point of view, it's generally a poor idea to have
controls resizing as focus moves around. That's a great way to confuse
users.
it is also a great way to waste the power of the data and graphics
processor.
If you are talking about the "display" part of the dropdown (the part with
the currently-selected value, if any, and the dropdown button), then
changing its size on focus would be a horrible UI behavior.
If you are talking about changing the width and/or height of the dropdown
LIST, then that's another matter entirely and I think it would be a
wonderful UI choice, because there's nothing worse than trying to choose an
item from a dropdown list when you can't see its entire text, especially
when there are others with similar text at the beginning.
By the way, what are you talking about? Web? Windows Forms? WPF? Kinda
important....
jeff - thanks. i am talking asp.net web. the DDL is part of a grid. i have 3 textboxes and 5 DDLs. in two of them i store a 5 digit numbers. but the users want to see the number and the description when they choose thenumber. the number is what they want to see in the control. so maybe notwhen the control has focus, but when it is clicked for selection...?
is there a way to make dropdownlist box bigger when it has focus?
tia,
mcnewsxp