At my project appear a Scrolloffset value error when list slide end
Like the below picture show:
The list link with the Slide Touch Handler, Slide Touch Handler property SnapNext/SnapFirst/SnapLast set to 80 which is the list item height.
Set a break point at the slot which will be invoked when the Slide Touch Handler slide end.
The list have 5 item members, when slide stop at the 1/2/3/4 item, project stop at the break point, at the variables window the ScrollOffset value is 0/-80/-160/-240. It's work very well.
But when we slide stop at the last item, when the project enter the break point,as the variables window show the ScrollOffset value is -317
why the ScrollOffset value is not -320 ?It's not even a multiple of 80?