private void InvokeHeightWillChange()
 {
     HeightWillChange?.Invoke(this, ItemCount * _itemHeight);
 }
 private void InvokeHeightWillChange()
 {
     HeightWillChange?.Invoke(this, ItemsCount * _cellHeight);
 }