HI Dmitry, I just came across your question on this list. I wasn't registered at the time, but here is your answer: Have a close look at: ScrollView::wheelEvent(PlatformWheelEvent& e) and notice this: e.granularity() == ScrollByPageWheelEvent All you need to do is force the wheel events to have this set for the granularity. Cheers, Adam