Function ScrollEvent.this

create scroll event

this(
  ScrollAction action,
  int minValue,
  int maxValue,
  int pageSize,
  int position
);