Skip to content

Commit 990db34

Browse files
authored
docs: update documentation to add overscan default value (#988)
1 parent 7a92d2d commit 990db34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/virtualizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The sync parameter indicates whether scrolling is currently in progress. It is `
8080
overscan?: number
8181
```
8282

83-
The number of items to render above and below the visible area. Increasing this number will increase the amount of time it takes to render the virtualizer, but might decrease the likelihood of seeing slow-rendering blank items at the top and bottom of the virtualizer when scrolling.
83+
The number of items to render above and below the visible area. Increasing this number will increase the amount of time it takes to render the virtualizer, but might decrease the likelihood of seeing slow-rendering blank items at the top and bottom of the virtualizer when scrolling. The default value is `1`.
8484

8585
### `horizontal`
8686

0 commit comments

Comments
 (0)