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

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.

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

Example

[C#]
myComboBox.Width = 300;

[Visual Basic]
myComboBox.Width = New System.Web.UI.WebControls.Unit(300)

See Also

APNSoftComboBox Class | APNSoft.WebControls Namespace