Class CarouselView
The CarouselView is a view for presenting data in a scrollable layout, where users can swipe to move through a collection of items.
Inheritance
System.Object
CarouselView
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class CarouselView : CollectionView, ICollectionViewController
Constructors
CarouselView(EvasObject)
Initializes a new instance of the CarouselView class.
Declaration
public CarouselView(EvasObject parent)
Parameters
Type |
Name |
Description |
EvasObject |
parent |
|
Properties
Declaration
public Scroller Scroll { get; }
Property Value
Type |
Description |
Scroller |
|
Explicit Interface Implementations
ICollectionViewController.GetItemSize(Int32, Int32)
Declaration
Size ICollectionViewController.GetItemSize(int widthConstraint, int heightConstraint)
Parameters
Type |
Name |
Description |
System.Int32 |
widthConstraint |
|
System.Int32 |
heightConstraint |
|
Returns
Implements