forked from mystiq/hydrogen-web
clarify LazyListView constraints
This commit is contained in:
parent
fc93acfd8d
commit
ca94c65dac
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ const list = new ListView({
|
|||
|
||||
As items are added, removed, moved (change position) and updated, the DOM will be kept in sync.
|
||||
|
||||
There is also a `LazyListView` that only renders items in and around the current viewport.
|
||||
There is also a `LazyListView` that only renders items in and around the current viewport, with the restriction that all items in the list must be rendered with the same height.
|
||||
|
||||
### Sub view updates
|
||||
|
||||
|
|
Loading…
Reference in a new issue