Gets or sets the collection of Transition style elements that apply to the view header.
Syntax
<listViewBase> <listViewBase.HeaderTransitions> <TransitionCollection> oneOrMoreTransitions </TransitionCollection> </listViewBase.HeaderTransitions> </listViewBase>
XAML Values
- oneOrMoreTransitions
-
One 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.
Property value
Type: TransitionCollection
The collection of Transition style elements that apply to the list header.
Remarks
Important The XAML syntax for all properties that use a TransitionCollection value is unusual in that you must declare an explicit TransitionCollection object element as the value, and then provide object elements as child elements of TransitionCollection for each of the transition animations you want to use. For most other XAML collection properties you could omit the collection object element because it can be implicit, but properties that use TransitionCollection don't support the implicit collection usage. For more info on implicit collections and XAML, see Basic XAML syntax guide.
Transition animations play a particular role in UI design of your app. The basic idea is that when there is a change or transition, the animation draws the attention of the user to the change.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013