Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 839 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 839 Bytes

ListViewWithSubListView

Xamarin.Forms Expandable ListView with Sub-ListView MVVM Pattern

In mobile applications we often have lists to display, this is easy only if the list contains a simple and not complex structure. This project demonstrates how we create a complex Expandable ListView with a sub ListView in Xamarin.Forms.. This Expandable List allows user to Expand and Collapse items via a simple click. We have a list of hotels and each hotel contains a list of rooms. One click on a hotel will display its rooms while a double click will collapse it.

: alt-text

Tested on Android, iOS and UWP

#ListView #Expandable #Xamarin #Forms #SubList

This code is Free . But if you find it usuful Star it and follow me. Thank you in advance :)