Sign in Sign up
nuget

Grishado.Forms.HorizontalListView

* All functions from Sharpnado.HorizontalListView included. Source: https://www.nuget.org/packages/Sharpnado.Forms.HorizontalListView/ * Horizontal, Grid, Carousel or Vertical layout * Reveal custom animations * Drag and Drop feature * Column count * Infinite loading with Paginator component * Snapping on first or middle element * Padding and item spacing * Handles NotifyCollectionChangedAction Add, Remove and Reset actions * View recycling * RecyclerView on Android * UICollectionView on iOS * Constant gap between items in HorizontalListView (Android) changed to 0 This frees you from having to put strange values ​​on HorizontalListView.ItemSpacing and from here it is more (as I think) logical to control it. Initialization (from source): * On core project call Sharpnado.HorizontalListView.Initializer.Initialize(true, false) in App.xaml.cs after InitializeComponent(). * On platform projects (ios/android), call SharpnadoInitializer.Initialize() before Xamarin.Forms.Forms.Init() and LoadApplication(new App()). Warning: the MaterialFrame is no longer included in the package, you have to install it manually: Sharpnado.MaterialFrame.

nuget View on Nuget

Activity

Latest release
5y ago
Total releases
4
Cadence
~daily
Last 12 months
0

Details

First release
Dec 19, 2020
Releases
Version Released
1.8.4 patch
1.8.3 patch
1.8.2 patch
1.8.1 initial