Linear Arrangement
30 Jun 2017 / 1 minute to read
The Carousel items can be populated in the view in a stacked linear layout by setting the ViewMode
property to Linear. The present option is Default
.
SfCarousel carousel=new SfCarousel(this);
carousel.ViewMode = ViewMode.Linear;
NOTE
It is important to include Xamarin.Android.Support.v17.Leanback library to use carousel linear mode in Android platform.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page