In this case - if the page height is about equal to the client height - one click should be the same as scrolling page by page.
But effectively one click is scrolling for about 5 pages.
Probably it's not one click: when you press a mouse button, the component activates timer for scrolling, so multiple scrolls may occur fast.
In the next update, we will add a delay after the first scroll.