Controls/CarouselView

From Wiki Maui Linux NET
Jump to navigation Jump to search


CarouselView

Kind
Control
Microsoft Docs
CarouselView documentation on learn.microsoft.com
Introduced
MAUI 6.0 (.NET 6)
Deprecated
No
Notes
Swipeable item viewer; verify virtualization/perf on Linux.

Properties

Property Implemented (Maui Linux) Introduced in (MAUI/.NET) Notes
ItemsSource?Data source
ItemTemplate?Template for items
ItemsLayout?Horizontal/Vertical
IsSwipeEnabled?Enable gestures
IsBounceEnabled?Platform scrolling behavior
PeekAreaInsets?Preview next/prev item
Position?Current index
IndicatorView?Link to IndicatorView