I have a listview and my listview is currently using grouping. I know how to get grouping working, but what I would like to do is to easily disable it on Android but not on iOS. The only way I can think of doing this is by changing the is grouping value on the listview to false for android and also unpacking the collection of collections on android. I was curious if a listview could interpret that the items source is a collection of collections and unpack them but I could then tell the listview to not add the grouping headers and just display it as a flat list.
↧