internal void SetScrollEnd() { ScrollEnd?.Invoke(this, EventArgs.Empty); }
public void OnScrollEnd(int e) => ScrollEnd?.Invoke(this, e);