maui
maui copied to clipboard
Win: CollectionView HeaderView will show despite there is no record and this will conflict with EmptyView
Description
EmptyView and Header View show together when there is no record in collectionview.
Steps to Reproduce
- open the sln using vs 2022
- f5 to run the app
Link to public reproduction project repository
https://github.com/jingliancui/EmptyViewConflictWithHeaderIssue
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
win11 19041
Did you find any workaround?
using binding to control the visible of the collectionview header
Relevant log output
No response