ComponentOne MultiSelect for UWP
C1.Xaml.Input Namespace / C1MultiSelect Class / DropdownWidth Property

In This Topic
    DropdownWidth Property
    In This Topic
    Gets or sets the width of the drop-down box (set to Double.NaN to size automatically).
    Syntax
    'Declaration
     
    
    Public Property DropdownWidth As Double
    public double DropdownWidth {get; set;}
    See Also