ItemsPresenter.HeaderTemplate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來顯示項目標頭內容的 DataTemplate 。
DataTemplate HeaderTemplate();
void HeaderTemplate(DataTemplate value);
public DataTemplate HeaderTemplate { get; set; }
var dataTemplate = itemsPresenter.headerTemplate;
itemsPresenter.headerTemplate = dataTemplate;
Public Property HeaderTemplate As DataTemplate
<ItemsPresenter>
<ItemsPresenter.HeaderTemplate>
singleDataTemplate
</ItemsPresenter.HeaderTemplate>
</ItemsPresenter>
- or -
<ItemsPresenter HeaderTemplate="resourceReferenceToDataTemplate"/>
屬性值
指定標頭對象的視覺效果的範本。 預設值為 null。
備註
Windows 8.1標頭對齊方式在針對 Windows 8 編譯的應用程式,與針對 Windows 8.1 編譯的應用程式不同。+ 在針對 Windows 8 編譯的應用程式中,當專案的方向為 Horizontal 時,標頭一律靠左對齊,或在方向為垂直時靠上對齊。 系統會忽略您設定的 VerticalAlignment 和 HorizontalAlignment 值。
- 在針對 Windows 8.1 編譯的應用程式中,您可以指定標頭對齊方式。 不會忽略您設定的 VerticalAlignment 和 HorizontalAlignment 值。