Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / MaxDropDownHeight Property


In This Topic
    MaxDropDownHeight Property
    In This Topic
    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