Skip to content

Latest commit

 

History

History
57 lines (28 loc) · 1.17 KB

treeview_itemcontainertransitions.md

File metadata and controls

57 lines (28 loc) · 1.17 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TreeView.ItemContainerTransitions
winrt property

Microsoft.UI.Xaml.Controls.TreeView.ItemContainerTransitions

-description

Gets or sets the collection of Transition style elements that apply to the item containers of a TreeView.

-property-value

The collection of Transition style elements that apply to the item containers of an ItemsControl.

-remarks

-see-also

-examples

-xaml-syntax

<TreeView>
  <TreeView.ItemContainerTransitions>
    <TransitionCollection>
      oneOrMoreTransitions
    </TransitionCollection>
  </TreeView.ItemContainerTransitions>
</TreeView>

-xaml-values

oneOrMoreTransitions
oneOrMoreTransitionsOne or more object elements instantiating types that are derived from the Transition base type. Typically there is only one of each type of transition included in the collection.