This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Bug] CollectionView Header, EmptyView And GridItemsLayout #10085
Labels
Comments
@angelru Can you post some screenshots so we can see the layout you are getting? |
Attached repro sample. The size of the header and EmptyView changes based on the Span value of GridItemsLayout. |
Any updates? |
ping @jsuarezruiz |
Any workaround is available? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
When I use a CollectionView with Header and EmptyView with GridItemsLayout,
the design looks bad, I think GridItemsLayout should only affect ItemTemplate and not the CollectionView object.
Steps to Reproduce
Expected Behavior
GridItemsLayout should not affect Header, EmptyView or Footer, only ItemTemplate.
Actual Behavior
GridItemsLayout affect Header, EmptyView, Footer and ItemTemplate.
Basic Information
Version with issue: vs 16.5
IDE: vs 16.5.0
Affected Devices: Android Emulator
OS: Windows 10 without hyper-V
if we remove GridItemsLayout everything works fine
The text was updated successfully, but these errors were encountered: