共用方式為


ScrollContentPresenter.SizesContentToTemplatedParent 屬性

定義

取得或設定值,指出當在 ScrollViewer 的 ControlTemplate 中使用時,簡報者會將其 Content 的大小限制為擁有 ScrollViewer 大小。

public:
 property bool SizesContentToTemplatedParent { bool get(); void set(bool value); };
bool SizesContentToTemplatedParent();

void SizesContentToTemplatedParent(bool value);
public bool SizesContentToTemplatedParent { get; set; }
var boolean = scrollContentPresenter.sizesContentToTemplatedParent;
scrollContentPresenter.sizesContentToTemplatedParent = boolean;
Public Property SizesContentToTemplatedParent As Boolean

屬性值

Boolean

bool

如果簡報者將其內容大小限制為擁有 ScrollViewer 大小,則為true;否則為false。 預設值為 false

Windows 需求

裝置系列
Windows 10, version 1809 (已於 10.0.17763.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v7.0 引進)

備註

根據預設,當 ScrollContentPresenter 在版面配置期間調整其內容大小時,如果CanHorizontallyScroll為 true,則允許內容盡可能寬,並允許如果CanVerticallyScrolltrue,則內容會盡可能高。

ScrollViewerControlTemplate中使用 ScrollContentPresenter 時,將 SizeContentToTemplatedParent 屬性設定為true會導致其 Content 的大小限制為擁有 ScrollViewer 大小。

適用於

另請參閱