Version

ColumnExchangingAnimationMode Enumeration

Enumerates the options for how column exchanging is animated.
Syntax
public enum ColumnExchangingAnimationMode : System.Enum 
Members
MemberDescription
AutoThe correct animation mode is automatically selected.
CrossfadeThe cells crossfade.
NoneNo animation is performed.
SlideToBottomThe cells slide to the bottom.
SlideToBottomAndCrossfadeThe cells slide to the bottom and crossfade.
SlideToLeftThe cells slide to the left.
SlideToLeftAndCrossfadeThe cells slide to the left and crossfade.
SlideToRightThe cells slide to the right.
SlideToRightAndCrossfadeThe cells slide to the right and crossfade.
SlideToTopThe cells slide to the top.
SlideToTopAndCrossfadeThe cells slide to the top and crossfade.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also