Reputation: 41
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
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