Mushtaq123 / Xamarin-Forms-Custom-GridView

Custom GridView control for Xamarin Forms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Wrap Layout for Xamarin Forms

Since Xamarin Forms doesn't support native GridView , I found this Gist and made some modifications.

Main Features

  • MVVM compatible with bindable ItemsSource and SelectedItem.
  • Supports both Vertical & Horizontal orientations.

Known Issues

  • No ScrollViewever support yet.You need to insert the control inside of ScrollViewer in order to scroll through.
  • No SelectionMode support yet and SelectedItem works as tapped item.

About

Custom GridView control for Xamarin Forms.


Languages

Language:C# 100.0%