Group ListView issue while expanding and collapsing header item are going in hidden state
When Listview is expanding the header item are going in hidden state there see only empty space
while scrolling listview up and down the same thing is happening the header item is going to hidden state and seeing only a blank space.
This issue is related with ListView GroupHeaderTemplate produces blank headers on iOS #19186. When performing expand and collapse action for the groups of
ListViewand also scrolling the items ofListView, the group headers are missing oniOSandMacCatalyst. You can follow up there.As an alternative workaround, we suggest you can use
CollectionViewrather thanListView. As the previous one won't have issues displaying the headers in this scrnario. For more details, you can refer to https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/collectionview/grouping?view=net-maui-8.0.