The Carousel Linear Arrangement
5 Jun 2020 / 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();
carousel.ViewMode = SFCarouselViewMode.SFCarouselViewModeLinear;
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