I am using a List View and in the listview item template on clicking a button I have to bind another item source within the same item template. Currently I have created a repeater view and it works fine. But I am facing some issues in iOS, when data binding happens in repeater view the cell gets expanded using ForcedUpdateSize(). but the repeater view data is not being displayed and only on tapping the repeater view data again is displayed this case happens randomly.
So I would like to change the repeater view and would like to know if there is any alternate solution to bind a itemsource within a listview itemtemplate
Answers
Hi,
You can use ListView Inside ListView . Please see this post
Duplicate of https://forums.xamarin.com/discussion/175579/how-to-bind-another-itemsource-within-a-listview-item-template