Implementation of a VirtualizingWrapPanel for WPF running .NET Framework or .NET Core. The panel supports horizontal and vertical orientation, caching, container recycling and grouping. The package also contains a GridView and GridDetailsView control based on the VirtualizingWrapPanel. In addition a...
More information
Using a ListViewLayoutManager allows controlling the behavior of the column layout of ListView/GridView controls:
Fixed Column: Column with fixed column width
Range Column: Column with minimal and/or maximal column width
Proportional Column: Column with proportional column width
The Range Column...
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
* 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
Package provides functionality to build GridView based on your model items collection. Grid.Mvc support sorting, filtering and paging your data. Based off of Grid.Mvc.Redux at http://gridmvcredux.codeplex.com/.