moveScrollByColumn abstract method

void moveScrollByColumn(
  1. PlutoMoveDirection direction,
  2. int? columnIdx
)
inherited

Scroll to columnIdx position.

Implementation

void moveScrollByColumn(PlutoMoveDirection direction, int? columnIdx);