ok, but just to be clear, I am not referring to the dropdownheight, or anything to do with the dropdown portion of the AutoCompleteBox. I am referring to the height of the box itself. This height changes as tokens are added. This a nice feature, in general, however, in some cases one would like to limit the height of the control (clearly due to lack of space). In these cases, the MaxHeight would be a nice property so the box does not grow beyond a certain height and scrollbars appear once it has reached that height. This can be accomplished through a bunch of CSS alterations, but again, why not a straightforward property of the control? That way the property can be set server-side which would be tough to do with CSS hacks.
↧