New to Kendo UI for Vue? Start a free 30-day trial
Implement Scrolling to the Bottom for the Kendo UI for Vue Native ListBox
Updated over 6 months ago
Environment
| Product Version | 5.2.0 |
| Product | Progress® Kendo UI for Vue Native |
Description
I want to implement a scroll-to-bottom behavior for the ListBox when an item is dragged and dropped or when an item is transferred between ListBoxes.
Solution
To implement the scroll-to-bottom behavior, first, obtain a reference to the ListBox component. In the onToolClick event of the ListBoxToolbar and the onDrop event of the ListBox, use the scrollIntoView method to scroll to the bottom whenever an item is dropped or transferred using the arrows.
Change Theme
Theme
Loading ...