![]() |
VOOZH | about |
Please use the CarouselView embedded in the Xamarin.Forms package instead. Thank you!
dotnet add package Xamarin.Forms.CarouselView --version 2.3.0-pre2
NuGet\Install-Package Xamarin.Forms.CarouselView -Version 2.3.0-pre2
<PackageReference Include="Xamarin.Forms.CarouselView" Version="2.3.0-pre2" />
<PackageVersion Include="Xamarin.Forms.CarouselView" Version="2.3.0-pre2" />Directory.Packages.props
<PackageReference Include="Xamarin.Forms.CarouselView" />Project file
paket add Xamarin.Forms.CarouselView --version 2.3.0-pre2
#r "nuget: Xamarin.Forms.CarouselView, 2.3.0-pre2"
#:package Xamarin.Forms.CarouselView@2.3.0-pre2
#addin nuget:?package=Xamarin.Forms.CarouselView&version=2.3.0-pre2&prereleaseInstall as a Cake Addin
#tool nuget:?package=Xamarin.Forms.CarouselView&version=2.3.0-pre2&prereleaseInstall as a Cake Tool
CarouselView for Xamarin.Forms
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| MonoAndroid | monoandroid10 monoandroid10 is compatible. |
| MonoTouch | monotouch10 monotouch10 is compatible. |
| Universal Windows Platform | uap uap was computed. uap10.0 uap10.0 is compatible. |
| Windows Phone | wpa81 wpa81 is compatible. |
| Windows Store | win81 win81 is compatible. |
| Xamarin.iOS | xamarinios10 xamarinios10 is compatible. |
Showing the top 5 NuGet packages that depend on Xamarin.Forms.CarouselView:
| Package | Downloads |
|---|---|
|
SheshaMobile.Modules.Facilities
The facilities module contains common functionality for browsing and viewing facilities |
|
|
SheshaMobile.Modules.Home
The home module contains common functionality and essetntials required to build an app home page |
|
|
SheshaMobile.Modules.LocationTracking
The libraries module contains functionality for viewing and interacting with archived information |
|
|
TestWW
Package Description |
|
|
VG.XFPagedCarouselView
XFPagedCarouselView for Xamarin.Forms provides a custom ContentView allowing you to display paged carousel views in Android and iOS apps. Support for square/rectangle, rounded square/rectangle, circle, heart, oval, triangle and star page indicator. Sample available on GitHub (https://github.com/vincentgury/XFPagedCarouselView) |
Showing the top 2 popular GitHub repositories that depend on Xamarin.Forms.CarouselView:
| Repository | Stars |
|---|---|
|
xamarinhq/app-conference
Pre-build conference application built with Xamarin
|
|
| xamarin/Sport |
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.3.0-pre2 | 1,438,596 | 7/27/2016 | 2.3.0-pre2 is deprecated because it is no longer maintained. |
| 2.3.0-pre1 | 15,110 | 5/28/2016 | 2.3.0-pre1 is deprecated because it is no longer maintained. |
## bugs fixed ##
CarouselView Crashes with "Sequence Does not Contain a Matching Element"
https://bugzilla.xamarin.com/show_bug.cgi?id=41463
Adding views to CarouselView after rendered and swiping crashes Forms
https://bugzilla.xamarin.com/show_bug.cgi?id=40513
## misc ##
Reduced assemblies referenced per platform project from three to one so
that now each platform gets its own version of Xamarin.Forms.CarouselView
into which the portable library has been merged.
For example, Android used to referenced:
Xamarin.Forms.CarouselView
Xamarin.Forms.CarouselView.Platform
Xamarin.Forms.CarouselView.Android
But now only references:
Xamarin.Forms.CarouselView (android specific)