Summary
Gets or sets the maximum height of the drop-down portion of the
AutoCompleteBox
control.
- Namespace
- Avalonia
.Controls - Containing Type
- AutoCompleteBox
Syntax
public double MaxDropDownHeight { get; set; }
Value
Type | Description |
---|---|
double | The maximum height of the drop-down portion of the
AutoCompleteBox control.
The default is System.Double.PositiveInfinity . |