Skip to content

Latest commit

 

History

History
53 lines (23 loc) · 1.32 KB

treeview_itemcontainerstyleselector.md

File metadata and controls

53 lines (23 loc) · 1.32 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TreeView.ItemContainerStyleSelector
winrt property

Microsoft.UI.Xaml.Controls.TreeView.ItemContainerStyleSelector

-description

Gets or sets a reference to a custom StyleSelector logic class. The StyleSelector returns different Style values to use for the item container based on characteristics of the object being displayed.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-property-value

A custom StyleSelector logic class.

-remarks

-see-also

-examples

-xaml-syntax

<TreeView ItemContainerStyleSelector="styleSelectorReference" />

-xaml-values

styleSelectorReference
styleSelectorReferenceA reference to an existing StyleSelector. Typically this is a keyed resource, which you reference through a {StaticResource} markup extension usage.