ComponentOne Basic Library for WPF and Silverlight
DropDownWidth Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : DropDownWidth Property
Gets or sets the width of the drop-down box (set to Double.NaN to size automatically).
Syntax
'Declaration
 
Public Property DropDownWidth As System.Double
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Double
 
instance.DropDownWidth = value
 
value = instance.DropDownWidth
public System.double DropDownWidth {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members