Gets or sets a value indicating the width of the ComboBox in pixels. Note that the property value is equal or greater than the actual width of the DropDown List content. Default value is 220.
[C#]
myComboBox.Width = 300;
[Visual Basic]
myComboBox.Width = New System.Web.UI.WebControls.Unit(300)
APNSoftComboBox Class | APNSoft.WebControls Namespace