Abid
Abid

Reputation: 41

Xamarin.forms | Grouped ListView | Remove Separator line below Group section title/cell | iOS

I am developing a grouped listview in xamarin.forms, I have removed separator lines between listview cell by setting SeparatorVisibility property to None. But white separator line below group section cell still exists. There is no property exposed to remove that line. I am currently testing for iOS version. How can I remove that line below group cell. Any help will be appreciated.

Thanks Screesnshot

Upvotes: 1

Views: 1609

Answers (1)

Muhamed AlGhzawi
Muhamed AlGhzawi

Reputation: 762

It's an old question, I know, but if anybody faced this issue, setting SeparatorVisibility="None" & SeparatorColor="Transparent" did the trick for me.

Upvotes: 2

Related Questions