Skip to content

Latest commit

 

History

History
51 lines (22 loc) · 1.09 KB

treeview_itemcontainerstyleselector.md

File metadata and controls

51 lines (22 loc) · 1.09 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.

-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.