Linear Arrangement

30 Jun 20171 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.

  • C#
  • 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.