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)
- C#
- VB
- F#
public double MaxDropDownHeight { get; set; }
Public Property MaxDropDownHeight As Double
Get
Set
member MaxDropDownHeight : float with get, set
Property Value
Double
The maximum height of the drop-down portion of the AutoCompleteBox control. The default is PositiveInfinity.
Exceptions
ArgumentException | The specified value is less than 0. |