We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scrollSize
1 parent e19cdbd commit e2b2e90Copy full SHA for e2b2e90
src/collectionview/index.android.ts
@@ -404,7 +404,7 @@ export class CollectionView extends CollectionViewBase {
404
object: this,
405
eventName,
406
scrollOffset: offset / Utils.layout.getDisplayDensity(),
407
- scrollSize: (range - extent),
+ scrollSize: (range - extent) / Utils.layout.getDisplayDensity(),
408
scrollOffsetPercentage: offset / (range - extent),
409
dx,
410
dy
0 commit comments