RFR: 8185886: Improve scrolling performance of TableView and TreeTableView [v3]
Jeanette Winzenburg
fastegal at openjdk.java.net
Tue Sep 1 14:14:31 UTC 2020
On Mon, 31 Aug 2020 19:16:31 GMT, yosbits <github.com+7517141+yososs at openjdk.org> wrote:
>
>
> Since there was a problem that the cell was not updated when the window was maximized, I added a fix to
> TreeTableViewSkin.java.
that's just the added listener to hbar properties (same as in TableViewSkin), or anything else changed?
> Added test code (BigTreeTableViewTest) for TreeTableView to the first post.
>
> @kleopatra
> Does the test code I added (BigTreeTableViewTest.java) also have side effects?
yeah, but why do you ask me - you could easily see for yourself :) And don't understand why you wrap the hierarchy
setup in runlater (which smears a bit over the delay by filling the treeTable content at an unspecific time "later")
-------------
PR: https://git.openjdk.java.net/jfx/pull/125
More information about the openjfx-dev
mailing list