[]
Gets or sets the width of the dropdown window. This is a dependency property.
public double DropDownWidth { get; set; }
Public Property DropDownWidth As Double
Type | Description |
---|---|
double | The width of the dropdown window in pixels. The default is NaNDouble.NaN, which means that the dropdown window's width will same as control's width. |