Version

ColumnHidingAnimationMode Enumeration

Enumerates the options for how column hiding is animated.
Syntax
public enum ColumnHidingAnimationMode : System.Enum 
Members
MemberDescription
AutoThe correct animation mode is automatically selected.
FadeOutThe cells fade out.
NoneNo animation is performed.
SlideToBottomThe cells slide to the bottom.
SlideToBottomAndFadeOutThe cells slide to the bottom and fade out.
SlideToLeftThe cells slide to the left.
SlideToLeftAndFadeOutThe cells slide to the left and fade out.
SlideToRightThe cells slide to the right.
SlideToRightAndFadeOutThe cells slide to the right and fade out.
SlideToTopThe cells slide to the top.
SlideToTopAndFadeOutThe cells slide to the top and fade out.
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