initialIndicatorJump property

int initialIndicatorJump
final

When pressing the forward indicator at the initial position (index 0), or the backward indicator at the final position, the grid will jump by this many groups (rows/columns) instead of the standard single-step increment. This creates a more intuitive initial navigation experience. Defaults to 2.

Implementation

final int initialIndicatorJump;