Category / Section
How can I change the animation effect of the GalleryControl?
1 min read
The gallery control support different type of animations such as Layout, Drag, Resized and New etc. The following example shows the Layout animation mode.
[C#]
//setting the animation to Layout Type myGallery.SelectedItem.AllowedAnimations = AllowedAnimations.Layout;