Re: [Rev 01] RFR: 8185886: Improve scrolling performance of TableView and TreeTableView

2020-04-18 Thread yosbits
On Fri, 3 Apr 2020 03:55:37 GMT, yosbits wrote: >> Hi, >> I couldn't find you listed at >> https://www.oracle.com/technetwork/community/oca-486395.html . Please send >> me an e-mail >> at dalibor.to...@oracle.com with information about your OCA, so that I can >> look it up. > > My name is

Re: [Rev 01] RFR: 8185886: Improve scrolling performance of TableView and TreeTableView

2020-04-18 Thread yosbits
> If there are many columns, the current TableView will stall scrolling. > Resolving this performance issue requires column > virtualization. Virtualization mode is enabled when the row height is fixed > by the following method. > `tableView.setFixedCellSize(height)` > > This proposal includes