AutoSuggestBox.MaxSuggestionListHeight Property

Definition

Gets or set the maximum height for the drop-down portion of the AutoSuggestBox control.

public:
 property double MaxSuggestionListHeight { double get(); void set(double value); };
double MaxSuggestionListHeight();

void MaxSuggestionListHeight(double value);
public double MaxSuggestionListHeight { get; set; }
var double = autoSuggestBox.maxSuggestionListHeight;
autoSuggestBox.maxSuggestionListHeight = double;
Public Property MaxSuggestionListHeight As Double
<AutoSuggestBox MaxSuggestionListHeight="double"/>

Property Value

Double

double

The maximum height for the drop-down portion of the AutoSuggestBox control.

Applies to