Version

valueListMaxHeight Property

if not set this will be zero by default. If greater than zero, scrollbars will be added once contents exceed the max height if not set this will be zero by default. If greater than zero, scrollbars will be added once contents exceed the max height
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_valueListMaxHeight() : Integer
function set_valueListMaxHeight(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.get_valueListMaxHeight();
See Also