On Fri, 13 Jan 2023 12:32:53 GMT, Ajit Ghaisas <aghai...@openjdk.org> wrote:
> This PR adds a warning about inserting Nodes directly into the virtualized > containers such as ListView, TreeView, TableView and TreeTableView. It also > adds code snippets showing the recommended pattern of using a custom cell > factory for each of the virtualized control. This pull request has now been integrated. Changeset: 39d87471 Author: Ajit Ghaisas <aghai...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/39d874712205f96befe4af07a332f1e747f3ecc2 Stats: 260 lines in 5 files changed: 241 ins; 2 del; 17 mod 8290863: Update the documentation of Virtualized controls to include the best practice of not using Nodes directly in the item list Reviewed-by: angorya, kcr ------------- PR: https://git.openjdk.org/jfx/pull/995