Having trouble getting help?
Contact Support
Contact Support
Linear Arrangement
17 Jan 20251 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.