RFR: 8359599: Calling refresh() for all virtualized controls recreates all cells instead of refreshing the cells [v3]
Andy Goryachev
angorya at openjdk.org
Wed Oct 15 21:39:15 UTC 2025
On Wed, 15 Oct 2025 21:31:06 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> I like this idea.
>> If we want to explain what rebuild does, I would probably mention that this means the cells are updated. So maybe instead of `rebuild`, we could use something like `re-update`, maybe?
>
> Yes, mentioning that the cells are updated is good (and is what I was trying to add). I'd stick with "rebuild" in the first sentence, though, since that is used in VirtualFlow.
I don't understand what "rebuild" is, **in this context**.
There is no mention of VirtualFlow here.
Discard cells and create new? Calls `updateItem()` on them? Something else?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1830#discussion_r2434034634
More information about the openjfx-dev
mailing list