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


C1.Silverlight Namespace > C1ComboBox Class : MaxDropDownHeight Property
Gets or sets maximum height constraint of the drop-down box.
Syntax
'Declaration
 
Public Property MaxDropDownHeight As System.Double
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Double
 
instance.MaxDropDownHeight = value
 
value = instance.MaxDropDownHeight
public System.double MaxDropDownHeight {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members