Controls/CarouselView: Difference between revisions

From Wiki Maui Linux NET
Jump to navigation Jump to search
Created page with "{{ElementSpec | title=CarouselView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/carouselview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Swipeable item viewer; verify virtualization/perf on Linux. | props= <tr><td>ItemsSource</td><td>?</td><td></td><td>Data source</td></tr> <tr><td>ItemTemplate</td><td>?</td><td></td><td>Template for items</td></tr> <tr><td>ItemsLayout</td><td>?</td><td></td><td>Horizonta..."
 
(No difference)

Latest revision as of 15:53, 17 October 2025


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