public void Reset()
 {
     _scroll.StopMovement();
     indexOffset = 0;
     headOffset  = 0;
     _scroll.normalizedPosition = new Vector2(0, 1);//top-left
     Refill();
 }
 public void Reset()
 {
     _scroll.StopMovement();
     indexOffset = 0;
     ps          = 0;
     pe          = entryCount - 1;
     _scroll.normalizedPosition = new Vector2(0, 1);
     Refill();
 }