https://github.com/jfversluis/groupinglistviewsample
A sample showing how to implement grouping with a ListView for Xamarin.Forms.
https://github.com/jfversluis/groupinglistviewsample
grouping listview sample stackoverflow xamarin-forms xaml
Last synced: 3 months ago
JSON representation
A sample showing how to implement grouping with a ListView for Xamarin.Forms.
- Host: GitHub
- URL: https://github.com/jfversluis/groupinglistviewsample
- Owner: jfversluis
- Created: 2017-12-26T13:43:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T22:59:17.000Z (about 8 years ago)
- Last Synced: 2024-12-28T17:49:03.261Z (about 1 year ago)
- Topics: grouping, listview, sample, stackoverflow, xamarin-forms, xaml
- Language: C#
- Homepage: https://stackoverflow.com/questions/47979214/how-to-group-list-in-xamarin-forms
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GroupingListViewSample
A sample showing how to implement grouping with a `ListView` for Xamarin.Forms. Initially created for an answer on Stack Overflow: https://stackoverflow.com/questions/47979214/how-to-group-list-in-xamarin-forms
More information also on my blogpost here: https://blog.verslu.is/xamarin/xamarin-forms-xamarin/implement-grouping-xamarin-forms-listview/