CarouselView.FormsPlugin
2.6.0
See the version list below for details.
dotnet add package CarouselView.FormsPlugin --version 2.6.0
NuGet\Install-Package CarouselView.FormsPlugin -Version 2.6.0
<PackageReference Include="CarouselView.FormsPlugin" Version="2.6.0" />
<PackageVersion Include="CarouselView.FormsPlugin" Version="2.6.0" />
<PackageReference Include="CarouselView.FormsPlugin" />
paket add CarouselView.FormsPlugin --version 2.6.0
#r "nuget: CarouselView.FormsPlugin, 2.6.0"
#:package CarouselView.FormsPlugin@2.6.0
#addin nuget:?package=CarouselView.FormsPlugin&version=2.6.0
#tool nuget:?package=CarouselView.FormsPlugin&version=2.6.0
Create Horizontal and Vertical carousels, add page indicators, render one page at a time moving back and fort programmatically and much more. “How to” at Github repository. WHAT'S NEW?: HeightRequest declaration no needed anymore. CVLabel deprecated. Horizontal StackLayout is working.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. net9.0-android was computed. net10.0-android was computed. |
| MonoAndroid | monoandroid is compatible. |
| Universal Windows Platform | uap10 is compatible. |
| Xamarin.iOS | xamarinios10 is compatible. |
-
- Xamarin.Forms (>= 2.2.0.31)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on CarouselView.FormsPlugin:
| Package | Downloads |
|---|---|
|
SheshaMobile.Core
Common application functionality and features to be shared across the framework |
|
|
Xam.Plugin.TabView
TabView Control for Xamarin.Forms. |
|
|
Swank.FormsPlugin
Xamarin embeddable image viewer with 360 degree support for Xamarin Forms |
|
|
TestWW
Package Description |
GitHub repositories (7)
Showing the top 7 popular GitHub repositories that depend on CarouselView.FormsPlugin:
| Repository | Stars |
|---|---|
|
microsoft/SmartHotel360-Mobile
SmartHotel360 Mobile
|
|
|
microsoft/TailwindTraders-Mobile
Tailwind Traders Mobile
|
|
|
Serg-Norseman/GEDKeeper
GEDKeeper - program for work with personal genealogical database
|
|
|
microsoft/app-innovation-workshop
Hands-on workshop designed to help you learn Azure, Mobile & AI
|
|
|
baskren/Forms9Patch
Simplify image management and text formatting in your Xamarin.Forms apps
|
|
|
chaosifier/TabView
TabView control for Xamarin.Forms.
|
|
|
sthewissen/KickassUI.Runkeeper
A Xamarin.Forms version of the Runkeeper app to prove you can create goodlooking UI with Xamarin.Forms
|
| Version | Downloads | Last Updated |
|---|---|---|
| 6.0.0 | 486,695 | 12/21/2020 |
| 5.2.0 | 13,718,550 | 1/17/2018 |
| 5.1.3 | 12,407 | 1/11/2018 |
| 5.0.2 | 64,814 | 11/25/2017 |
| 5.0.1 | 6,498 | 11/22/2017 |
| 5.0.0 | 36,228 | 11/20/2017 |
| 4.4.6 | 25,690 | 10/22/2017 |
| 4.4.5 | 12,099 | 10/15/2017 |
| 4.4.4 | 17,673 | 10/9/2017 |
| 4.4.3 | 39,752 | 8/31/2017 |
| 4.4.2 | 33,683 | 7/6/2017 |
| 4.4.1 | 5,452 | 6/29/2017 |
| 4.4.0 | 4,850 | 6/23/2017 |
| 4.3.0 | 6,645 | 6/15/2017 |
| 4.2.9 | 5,552 | 6/7/2017 |
| 4.2.8 | 4,194 | 6/4/2017 |
| 2.6.0 | 2,932 | 12/16/2016 |
2.6.0
[iOS] Small fix to avoid UIPageViewController.View go outside its container bounds
[Update] ShowIndicators property now does what it supposed to do, hide/show indicators :)
[Update] ItemsSourceChanged method removed, implemented at OnElementPropertyChanged
2.5.2
[Android] #40 SetCurrentPage doesn't work for "0" (fixed)
[iOS] #39 Page indicator doesn't work on iOS (fixed)
2.5.1
[iOS] Disabling UIPageControl tap event
2.5.0
[Update] HeighRequest declaration no needed anymore
[Update] CVLabel deprecated
[Update] Horizontal StackLayout is working
2.4.0
[Android] Fixing exception when including ListView in a page
[Update] Adding compatibility for Forms > 2.3.0.107
2.3.2
[Bug] Fixing exception on ItemsSourceChanged when Element is null.
[Android] Circle page indicators attributes names incompatibility with other libraries (Fixed).
2.3.1
[iOS] Fixing exception when removing last page.
2.3.0
[update] Deprecating PageIndicatorsBackgroundColor.
[Update] Deprecating CV custom controls except for CVLabel.
[bug fix] Crash when calling OnRestoreInstanceState (Android).
[bug fix] NullReferenceException during creation if control is not visible (UWP).
[bug fix] Fix NullReferenceException in PageAdapter.get_Count when ItemSource is null.
[bug fix] Other bug fixes and enhancements.