public enum ColumnExchangingAnimationMode : System.Enum
| Member | Description |
|---|---|
| Auto | The correct animation mode is automatically selected. |
| Crossfade | The cells crossfade. |
| None | No animation is performed. |
| SlideToBottom | The cells slide to the bottom. |
| SlideToBottomAndCrossfade | The cells slide to the bottom and crossfade. |
| SlideToLeft | The cells slide to the left. |
| SlideToLeftAndCrossfade | The cells slide to the left and crossfade. |
| SlideToRight | The cells slide to the right. |
| SlideToRightAndCrossfade | The cells slide to the right and crossfade. |
| SlideToTop | The cells slide to the top. |
| SlideToTopAndCrossfade | The cells slide to the top and crossfade. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+