-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
TableRowSkinBase currently adds / removes children from the scenegraph based on whether the column is visible (and also if there is a fixed row height). We should consider whether we can get more performance instead by using cssSensitive API, along with any other possible explorations to reduce the amount of work done (layout, rendering, etc), on cells that are not visible to the user.
- relates to
-
JDK-8185886 Improve scrolling performance of TableView and TreeTableView
- Closed