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

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