maui icon indicating copy to clipboard operation
maui copied to clipboard

Win: CollectionView HeaderView will show despite there is no record and this will conflict with EmptyView

Open jingliancui opened this issue 1 year ago • 4 comments

Description

EmptyView and Header View show together when there is no record in collectionview. image

Steps to Reproduce

  1. open the sln using vs 2022
  2. 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

jingliancui avatar Dec 30 '23 06:12 jingliancui