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.
1 parent 61b9919 commit 3a8ff9fCopy full SHA for 3a8ff9f
packages/vue-virtual-scroller/README.md
@@ -240,6 +240,13 @@ Example:
240
</template>
241
</RecycleScroller>
242
```
243
+### Programmatic Scrolling
244
+
245
+The virtual scroller components provide useful methods that allow you to programmatically scroll.
246
247
+* `scrollToItem(index)` - Available on RecycleScroller and DynamicScroller
248
+* `scrollToPosition(position)` - Available on RecycleScroller
249
+* `scrollToBottom()` - Available on DynamicScroller
250
251
### Page mode
252
0 commit comments