Skip to content

Commit

Permalink
Merge pull request #118 from unoplatform/dev/sb/datagrid-fix
Browse files Browse the repository at this point in the history
DataGrid Fix for Items not being measured
  • Loading branch information
jeromelaban authored Dec 11, 2020
2 parents d8c82c6 + 1b6835c commit dd58588
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3349,6 +3349,8 @@ protected override Size MeasureOverride(Size availableSize)

#if !HAS_UNO
ComputeScrollBarsLayout();
#else
UpdateDisplayedRows(this.DisplayData.FirstScrollingSlot, this.CellsHeight);
#endif
}

Expand Down

0 comments on commit dd58588

Please sign in to comment.