I'm using a KendoMobile ListView. Is there a way to know when it is scrolled?

Scenario: I have a listview with titles of reports. I need to put a preview or detail panel which displays the details of the top item or the item that just scroll of the top of the list view. This detail panel shows Author, Date Published, Report Description, etc. I want to be able to scroll the report titles and as they hit the top of the list view I want to see the details for that item.

Any suggestions on how to accomplish this?

有帮助吗?

解决方案

You can use the scroll event of the Scroller - http://docs.telerik.com/kendo-ui/api/mobile/scroller#events-scroll. You can get the current visible Scroller by using the application scroller method - http://docs.telerik.com/kendo-ui/api/mobile/application#methods-scroller.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top