AutoSuggestBox.MaxSuggestionListHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.