Hello. I have a Listview with very big delegates, they are bigger than the visible area, which I need to control by dragging and with some buttons that autoscrolls to the index of each delegate. Currently I use the autoscroll of the listview using positionViewAtIndex, but I would like to know if the autoscroll of the current index and the contentY, which moves Listview.ContentY triggers any signall when it starts and ends. Or if the animation of the autoscroll has any signal at all.

I tried to use OnMovementStart or OnMovementEndend but this only works when I drag the contentArea of the listview. I read the source code for qtListView class but I was unable to find any.


Does anyone know if such signals exists?