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] Scrolling CollectionView(with footer) to the last item throws System.ArgumentOutOfRangeException #7121
Labels
Comments
Would it be possible to add a reproduction project so we can see what is going on? Thanks! |
jfversluis
added
a/collectionview
p/Android
s/needs-repro ❔
This reported issue doesn't include a sample project reproducing the issue. Please provide one.
labels
Aug 10, 2019
Reproduction project is here: https://github.com/BartoszKopec/ReproductionMobile |
BartoszKopec
changed the title
[Bug] Scrolling CollectionView to the last throws System.ArgumentOutOfRangeException
[Bug] Scrolling CollectionView(with footer) to the last item throws System.ArgumentOutOfRangeException
Aug 10, 2019
I'm betting this is another aspect of #7102. |
hartez
added a commit
that referenced
this issue
Aug 11, 2019
jfversluis
removed
the
s/needs-repro ❔
This reported issue doesn't include a sample project reproducing the issue. Please provide one.
label
Aug 12, 2019
hartez
added a commit
that referenced
this issue
Aug 17, 2019
6 tasks
samhouts
pushed a commit
that referenced
this issue
Aug 28, 2019
* Move all the header/footer adjustment to IItemsViewSource fixes #7121 fixes #7102 partially implements #3172 fixes #7243 * Fix selection bugs introduced by header/footer on Android * Implement grouping for CollectionView on Android * Enable grouping tests for Android * Naming and comment cleanup * Update Xamarin.Forms.Platform.Android/CollectionView/ListSource.cs Co-Authored-By: Gerald Versluis <gerald.versluis@microsoft.com> * Update Xamarin.Forms.Platform.Android/CollectionView/ObservableGroupedSource.cs
felipebaltazar
pushed a commit
to felipebaltazar/Xamarin.Forms
that referenced
this issue
Oct 16, 2019
* Move all the header/footer adjustment to IItemsViewSource fixes xamarin#7121 fixes xamarin#7102 partially implements xamarin#3172 fixes xamarin#7243 * Fix selection bugs introduced by header/footer on Android * Implement grouping for CollectionView on Android * Enable grouping tests for Android * Naming and comment cleanup * Update Xamarin.Forms.Platform.Android/CollectionView/ListSource.cs Co-Authored-By: Gerald Versluis <gerald.versluis@microsoft.com> * Update Xamarin.Forms.Platform.Android/CollectionView/ObservableGroupedSource.cs
felipebaltazar
pushed a commit
to felipebaltazar/Xamarin.Forms
that referenced
this issue
Oct 16, 2019
* Move all the header/footer adjustment to IItemsViewSource fixes xamarin#7121 fixes xamarin#7102 partially implements xamarin#3172 fixes xamarin#7243 * Fix selection bugs introduced by header/footer on Android * Implement grouping for CollectionView on Android * Enable grouping tests for Android * Naming and comment cleanup * Update Xamarin.Forms.Platform.Android/CollectionView/ListSource.cs Co-Authored-By: Gerald Versluis <gerald.versluis@microsoft.com> * Update Xamarin.Forms.Platform.Android/CollectionView/ObservableGroupedSource.cs
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Description
CollectionView, when vertical scrolling to the last item by developer in Android emulator, throws an System.ArgumentOutOfRangeException:
'Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index'
Steps to Reproduce
Expected Behavior
Not throwing an exception and correct using of Scrolled event
Actual Behavior
Throws an exception System.ArgumentOutOfRangeException: 'Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index'
Basic Information
Screenshots
Reproduction Link
The text was updated successfully, but these errors were encountered: