ComponentOne Xamarin.Android
MaxDropDownHeight Property


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

Reference

C1DropDown Class
C1DropDown Members