ScrollView.horizontalPageSize

public float horizontalPageSize;

Description

This property controls the speed of the horizontal scrolling when using a keyboard or the on-screen scrollbar buttons (arrows and handle), based on the size of the page.

When scrolling, the page size is applied to the offset for each scroll step, so the final offset will be the page size multiplied by the number of steps.
Additional resources: BaseSlider<T0>.pageSize


Did you find this page useful? Please give it a rating: