I'm wondering if anyone has found a simple way to set the rendered UITableView on iOS to UITableViewStyle.Grouped when using a ListView from Xamarin Forms. It's easy enough to do with TableView as I can set the Intent to "Settings". Ultimately, I'm looking for it because I don't want to show "empty" cells in the table view when there are less items in collection than the screen size.
I was just curious if there were any solutions out there before I tackled writing a custom renderer to set the style.
It would be nice if this was just a property on ListView, seems like it could be done with a simple enum.