ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DropDownButton Class / MaxDropDownHeight Property

In This Topic
    MaxDropDownHeight Property
    In This Topic
    Gets or sets maximum height constraint of the drop-down box.
    Syntax
    'Declaration
     
    Public Property MaxDropDownHeight As System.Double
    public System.double MaxDropDownHeight {get; set;}
    See Also