Skip to main content

MaxDropDownHeight Property

Gets or sets the maximum height of the drop-down portion of the AutoCompleteBox control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public double MaxDropDownHeight { get; set; }

Property Value

Double
The maximum height of the drop-down portion of the AutoCompleteBox control. The default is PositiveInfinity.

Exceptions

ArgumentExceptionThe specified value is less than 0.

See Also

Reference

AutoCompleteBox Class
Avalonia.Controls Namespace