AutoSuggestBox.AutoMaximizeSuggestionArea 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.
Indicates if the suggestion area should be automatically maximized.
public:
property bool AutoMaximizeSuggestionArea { bool get(); void set(bool value); };
bool AutoMaximizeSuggestionArea();
void AutoMaximizeSuggestionArea(bool value);
public bool AutoMaximizeSuggestionArea { get; set; }
var boolean = autoSuggestBox.autoMaximizeSuggestionArea;
autoSuggestBox.autoMaximizeSuggestionArea = boolean;
Public Property AutoMaximizeSuggestionArea As Boolean
<AutoSuggestBox AutoMaximizeSuggestionArea="bool"/>
Property Value
Boolean
bool
A Boolean value that indicates if the suggestion area should be automatically maximized.