Carousel

In the demo link, is there a way to scroll the dataview (x axis) to show the next image when clicked last but one.
http://webix.com/snippet/c1bc19b8
like the one http://www.jssor.com/demos/image-gallery.html

bump

Hello,

You can manipulate scroll position via getScrollState, scrollTo methods.
Also it would be better to use List view with “x” layout instead of Dataview in this case. For example as in:

http://webix.com/snippet/df73d8b4

Thank you.

You are welcome!