Collection of Xamarin.Forms components.
IMPORTANT: On platform projects, call SharpnadoInitializer.Initialize() after Xamarin.Forms.Forms.Init() and before LoadApplication(new App()).
Pure Xamarin.Forms tabs:
* Fixed tabs (android tabs style)
* Scrollable tabs
* Segmented tabs
* Custom...
More information
CollectionView provides Xamarin.Android support for data features like sorting, grouping and filtering with the RecyclerView control. It enables support for advanced features such as pull-to-refresh and incremental, on-demand loading.
CollectionView provides Xamarin.iOS support for data features like sorting, grouping and filtering with the UITableView and UICollectionView controls. It enables support for advanced features such as pull-to-refresh and incremental, on-demand loading.
* 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...
More information
CollectionView provides Xamarin.Mac support for data features like sorting, grouping and filtering with the NSTableView control. It enables support for advanced features such as pull-to-refresh and incremental, on-demand loading.
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.
Gives a UICollectionView the sectionIndexTitles scrub bar that a UITableView gets for almost free.
Based on https://github.com/kreeger/BDKCollectionIndexView
Warning: Versions >= 10.0.0.12 do not rely on UWP or Android renderers.
Read getting started at:
https://giacomoenna.wixsite.com/xamarin/post/extendedcollectionview
Platforms: Android - UWP - IOS - WPF
- Single Item Selection
- Multiple Items Selection
- Vertical, Horizontal, GridLayout...
More information
Collection of Xamarin.Forms components.
IMPORTANT: On platform projects, call SharpnadoInitializer.Initialize() after Xamarin.Forms.Forms.Init() and before LoadApplication(new App()).
Pure Xamarin.Forms tabs:
* Fixed tabs (android tabs style)
* Scrollable tabs
* Segmented tabs
* Custom...
More information