zjonescornelius / ExpandableListView

Sample Expandable Listview using Xamarin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExpandableListView

Sample Expandable Listview using Xamarin

Keypoints:

Expandable Listviews have two components.

Group and Child

For Group think "Header" of the Expandable ListView For Child think "Items" under the header.

Each require their own layout. And each require their own "GetCount" and "GetView" implementation.

In this example, the header is simply the first letter of the items.

About

Sample Expandable Listview using Xamarin

License:MIT License


Languages

Language:C# 100.0%