Just wondering if a ListView inside another ListView is supported at all in Xamarin Forms. I'm trying accomplish a list of status updates, each item would also potentially have another list of comments. I really need to implement a parent child relationship such as this where there is a single parent that could have multiple children.
ie)
Status Update 1
- Comment 1
- Comment 2
Status Update 2
Status Update 3
- Comment 1
Any ideas?