AutoCompleteBoxMaxDropDownHeight Property
Gets or sets the maximum height of the drop-down portion of the
AutoCompleteBox control.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public double MaxDropDownHeight { get; set; }
Public Property MaxDropDownHeight As Double
Get
Set
member MaxDropDownHeight : float with get, set
Property Value
DoubleThe maximum height of the drop-down portion of the
AutoCompleteBox control.
The default is
PositiveInfinity.