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

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