On Thu, 4 Aug 2022 14:30:40 GMT, Johan Vos <[email protected]> wrote: > When calculating the viewportOffset, we now already take into account that > cells will have to shift. > > This prevents the creation of temporary empty cells in the layout phase. > One test needed to be fixed, since the number of invocations to updateItem() > was hardcoded (and it > is decreased by this commit).
This pull request has now been integrated. Changeset: eaddb0fb Author: Johan Vos <[email protected]> URL: https://git.openjdk.org/jfx/commit/eaddb0fbeeb99900636f9704758f6c004860ff9a Stats: 40 lines in 3 files changed: 38 ins; 0 del; 2 mod 8291908: VirtualFlow creates unneeded empty cells Reviewed-by: kcr, aghaisas ------------- PR: https://git.openjdk.org/jfx/pull/863
