Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / PrepareDropDownEventArgs Class / DropDownWidth Property

In This Topic
    DropDownWidth Property (PrepareDropDownEventArgs)
    In This Topic
    Width of the DropDown, modify to set a custom size, set double.NaN to use default.
    Syntax
    'Declaration
     
    
    Public Property DropDownWidth As Double
    public double DropDownWidth {get; set;}
    See Also