共用方式為


AutoSuggestBox.MaxSuggestionListHeight 屬性

定義

取得或設定 AutoSuggestBox 控制件下拉式部分的最大高度。

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"/>

屬性值

Double

double

AutoSuggestBox 控件下拉式部分的最大高度。

適用於