Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 547 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 547 Bytes

FastGrid

FastGrid component for Xamarin.Forms based on Android RecyclerView and iOS UICollectionView

More details can be found in Xamarin Blog: https://blog.xamarin.com/complex-ui-with-fastgrid-for-xamarin-forms/

Current Binwell FastGrid Features

  • Use a large number of cell types
  • Every cell type is related to the data model (including sections)
  • Using of Flow Layouts to deal with layout inside RecyclerView and UICollectionView
  • Support for dynamic data adding/updating/removing, including LoadMore feature
  • Pull-to-refresh features