Set thr ListView property snapMode as,
snapMode: ListView.SnapOneItem
And use the methods,
ListView.incrementCurrentIndex()
ListView.decrementCurrentIndex()
On click of buttons.
Also refer the method,
ListView.positionViewAtIndex(int index, PositionMode mode)