문제

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