Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] - CollectionView, span and VerticalItemSpacing #13044

Open
Cr15Denis opened this issue Dec 3, 2020 · 2 comments
Open

[Bug] - CollectionView, span and VerticalItemSpacing #13044

Cr15Denis opened this issue Dec 3, 2020 · 2 comments
Labels
s/unverified New report that has yet to be verified t/bug 🐛
Projects

Comments

@Cr15Denis
Copy link

Xamarin Forms 4.8.0.1687
Visual Studio 2019 16.8.2

Platform affected
-Android
-IOS
-UWP(It has not been verified if it generates any problem)

Android

In the collectionview when I use span “2” two or more columns and also VerticalItemSpacing,
the last item in the list does not apply the VerticalItemSpacing.

bug span android

IOS

In the collectionview when I use span “2” two or more columns and also VerticalItemSpacing,
a large spacing is generated at the end of the list, a footer is not being used.

bug span

Project
https://github.com/Cr15Denis/Bug-spanAndVerticalItemSpacing

@Cr15Denis Cr15Denis added s/unverified New report that has yet to be verified t/bug 🐛 labels Dec 3, 2020
@samhouts samhouts added this to New in Triage Dec 3, 2020
@StephaneDelcroix StephaneDelcroix moved this from New to Ready For Work in Triage Dec 7, 2020
@EvanMulawski
Copy link

This might be fixed in #10624 .

@Redth Redth moved this from Ready For Work to Needs Estimate in Triage Dec 15, 2020
@ugnivs
Copy link

ugnivs commented Mar 22, 2021

It seem like bottom inset is calculated like VerticalItemSpacing * collectionView.NumberOfItemsInSection. What is the reason

public virtual UIEdgeInsets GetInsetForSection(UICollectionView collectionView, UICollectionViewLayout layout,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
s/unverified New report that has yet to be verified t/bug 🐛
Projects
Triage
  
Needs Estimate
Development

No branches or pull requests

3 participants