public enum ColumnHidingAnimationMode : System.Enum
| Member | Description |
|---|---|
| Auto | The correct animation mode is automatically selected. |
| FadeOut | The cells fade out. |
| None | No animation is performed. |
| SlideToBottom | The cells slide to the bottom. |
| SlideToBottomAndFadeOut | The cells slide to the bottom and fade out. |
| SlideToLeft | The cells slide to the left. |
| SlideToLeftAndFadeOut | The cells slide to the left and fade out. |
| SlideToRight | The cells slide to the right. |
| SlideToRightAndFadeOut | The cells slide to the right and fade out. |
| SlideToTop | The cells slide to the top. |
| SlideToTopAndFadeOut | The cells slide to the top and fade out. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+