public enum ColumnShowingAnimationMode : System.Enum
| Member | Description |
|---|---|
| Auto | Automatically selects the correct animation mode. |
| FadeIn | Cells fade in. |
| None | No animation should be performed. |
| SlideFromBottom | Cells slide in from the bottom. |
| SlideFromBottomAndFadeIn | Cells slide in from the bottom and fade in. |
| SlideFromLeft | Cells slide in from the left. |
| SlideFromLeftAndFadeIn | Cells slide in from the left and fade in. |
| SlideFromRight | Cells slide in from the right. |
| SlideFromRightAndFadeIn | Cells slide in from the right and fade in. |
| SlideFromTop | Cells slide in from the top. |
| SlideFromTopAndFadeIn | Cells slide in from the top and fade in. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+