[]
Gets or sets a value that indicates whether focus the drop-down listbox when drop-down window opened. This is a dependency property.
public bool FocusDropDownControlOnOpen { get; set; }
Public Property FocusDropDownControlOnOpen As Boolean
Type | Description |
---|---|
bool | true will make the dropdown listbox got focus; otherwise, false. The default value is true. |
This property only takes effect when IsEditable property is true, when IsEditable is false, dropdown listbox always got focus.