AiForms.CollectionView
0.3.8-pre
See the version list below for details.
Install-Package AiForms.CollectionView -Version 0.3.8-pre
dotnet add package AiForms.CollectionView --version 0.3.8-pre
<PackageReference Include="AiForms.CollectionView" Version="0.3.8-pre" />
paket add AiForms.CollectionView --version 0.3.8-pre
#r "nuget: AiForms.CollectionView, 0.3.8-pre"
// Install AiForms.CollectionView as a Cake Addin
#addin nuget:?package=AiForms.CollectionView&version=0.3.8-pre&prerelease
// Install AiForms.CollectionView as a Cake Tool
#tool nuget:?package=AiForms.CollectionView&version=0.3.8-pre&prerelease
This is a flexible ListView that has a grid and horizontal layout with reusable cells for Android / iOS.
This has two layouts (GridCollectionView, HorizontalCollectonView). HorizontalCollectonView can circulate scroll.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Xamarin.Forms (>= 3.2.0.839982)
-
MonoAndroid 0.0
- Xamarin.Forms (>= 3.2.0.839982)
-
MonoTouch 0.0
- Xamarin.Forms (>= 3.2.0.839982)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.23-pre | 88 | 2/4/2022 |
0.3.22-pre | 738 | 10/4/2020 |
0.3.21-pre | 277 | 10/3/2020 |
0.3.20-pre | 204 | 10/2/2020 |
0.3.16-pre | 9,854 | 8/16/2019 |
0.3.10-pre | 13,005 | 12/4/2018 |
0.3.8-pre | 555 | 10/29/2018 |
0.1.0-pre3 | 511 | 10/6/2018 |
0.1.0-pre1 | 489 | 10/1/2018 |
## Bug fixes
* [iOS][GridCollectionView] When a item just exists in ItemsSource, it is arranged at center.
* some bug fixes
## New Properties
### GridCollectionView / HCollectionView
* GroupFirstSpacing – The spacing of the first item's top or left in a group.
* GroupLastSpacing – The spacing of the last item's bottom or right in a group.
### GridCollectionView
* BothSidesMargin – The margin of the right and left sides in the content area except for a group header cell.
* IsGroupHeaderSticky – Whether a group header is fixed at the top. (iOS only) (default: true)