You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/api/virtualizer.md
+10
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,16 @@ This option allows you to specify the duration to wait after the last scroll eve
240
240
241
241
The implementation of this option is driven by the need for a reliable mechanism to handle scrolling behavior across different browsers. Until all browsers uniformly support the scrollEnd event.
242
242
243
+
### `useScrollendEvent`
244
+
245
+
```tsx
246
+
useScrollendEvent: boolean
247
+
```
248
+
249
+
This option allows you to switch to use debounced fallback to reset the isScrolling instance property after `isScrollingResetDelay` milliseconds. The default value is `true`.
250
+
251
+
The implementation of this option is driven by the need for a reliable mechanism to handle scrolling behavior across different browsers. Until all browsers uniformly support the scrollEnd event.
0 commit comments