AutoSuggestBox.AutoMaximizeSuggestionArea Property

Definition

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.

Applies to