How can i achieve something like the scrollbable images at the bottom in a ListView Control. It has two yellow arrows at the extreme.
http://demos.kendoui.com/aeroviewr/#photos/42719114.
any updates from anybody ?
1 Answer, 1 is accepted
0
Alexander Valchev
Telerik team
answered on 13 Aug 2013, 07:37 AM
Hi Rajaraman,
The functionality which you described is not supported out of the box by Kendo ListView. The arrows that you see in the AeroViewer application are custom made.
I suggest you to look through the source code of the application and follow the same approach used there. The click event handlers are called scrollLeft and scrollRight. The relevant code is located in aeroviewr.js file: