I'm trying to make a listview inside a listview(nested listview) anyone can help? Thanks.
something like this:
I'm trying to make a listview inside a listview(nested listview) anyone can help? Thanks.
something like this:
Nested listview is a general bad practice in Xamarin because you cannot predict which one will get the gesture.
However, you can try using grouping options or can give a try to this Expandable ListView.
Another way to solve this is to open a new page once you click on the first list view items and then display the second listview in a second page.
Happy coding,