Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 545 Bytes

File metadata and controls

10 lines (7 loc) · 545 Bytes

Xamarin.Forms-StickyHeaderListView

A ListView Control to display the employee directory with their names and department grouped according to their names alphabetically. For this iOS by default provides sticky list header view inside the list view where as in android I have done custom rendering to display the sticky list view using “emilsjolander” library.

Reference : https://github.com/emilsjolander/StickyListHeaders

Android

Android1

iOS

iOS2