This is a migrated thread and some comments may be shown as answers.

How to scroll down listView

0 Answers 91 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Sebastian
Top achievements
Rank 1
Sebastian asked on 13 Sep 2012, 07:33 AM
Hi All,

I have some Buttons on the left side and a scrollable listView on the right. Every Button belongs to an element in the listView.
For example button3 belongs to element number 12:
var element = $("#scrollbar_kendo").data().kendoListView.element.children()[12];

My question is: How can i scroll down the listView to display the element number 12?

Is that possible?

Thanks
Sebastian

No answers yet. Maybe you can help?

Tags
ListView
Asked by
Sebastian
Top achievements
Rank 1
Share this question
or