Hi, all.

In my project I have ListView with Flickable as delegate. Flickable contains Image. The goal I’m trying to achieve is to scroll to the next/previous ListView item when Image inside Flickable reaches to the left or right bound. So, the moving of Image should seamlessly turn into scrolling of ListView.

Any suggestions how to implement such behaviour.

Thanks in advance.