APNSoft Controls [4.5.2.20] - API Reference
APNSoftComboBox.ListHeight Property

Specifies the DropDown List height in pixels. If the height of the List content is more than property value, the Slider is displayed automatically. Default value is 140.

[Visual Basic]
Public Property ListHeight As Unit
[C#]
public System.Web.UI.WebControls.Unit ListHeight {get; set;}

Example

[C#]
myComboBox.ListHeight = 200;

[Visual Basic]
myComboBox.ListHeight = New System.Web.UI.WebControls.Unit(200)

See Also

APNSoftComboBox Class | APNSoft.WebControls Namespace