xamarin/Xamarin.Forms

[Bug] iOS CollectionView's Scrolled event can not be fired when scrolling in HeaderTemplate

Ouverte

#8 548 ouverte le 18 nov. 2019

 (5 commentaires) (0 réaction) (0 personne assignée)C# (1 926 forks)batch import
a/collectionviewe/2 :clock2:good first issuehelp wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Métriques du dépôt

Stars
 (5 644 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Description

I use scrolled event of collection view for detecting scroll offset, then hide the StackLayout when scrolling up for more space at bottom. But when I create a HeaderTemplate which has HeightRequest bigger than current screen's height, the Scrolled event can not be fired, so I can not scroll down for showing the hidden layout. The ItemsViewScrolledEventArgs.VerticalOffset can not be back to zero. Take a look at before and after screenshot

Basic Information

  • Version with issue: Xamarin.Forms 4.3.0.947036
  • iOS: 13.2
  • Nuget Packages:

Screenshots

Before scrolling up image

After, can not scroll down to view the top layout

image

Reproduction link

https://drive.google.com/file/d/1Ug5Hzr2tw947UyDU6SZjqUOdTcMqdFrs/view?usp=sharing

Guide contributeur