Skip to content

Commit 8496f50

Browse files
2wheehCopilot
andauthored
Update docs/api/virtualizer.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2900864 commit 8496f50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/virtualizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ This option allows you to set the spacing between items in the virtualized list.
230230
lanes: number
231231
```
232232

233-
The number of lanes the list is divided into (aka columns for vertical lists and rows for horizontal lists). Items are assigned to the lane with the shortest total size. Lane assignments are cached immediately based on `estimateSize` to prevent items from jumping between lanes.
233+
The number of lanes the list is divided into (aka columns for vertical lists and rows for horizontal lists). Items are assigned to the lane with the shortest total size. By default, when `deferLaneAssignment` is `false`, lane assignments are cached immediately based on `estimateSize` to prevent items from jumping between lanes (see `deferLaneAssignment` below to defer this behavior).
234234

235235
### `deferLaneAssignment`
236236

0 commit comments

Comments
 (0)