Re: JavaFX TableView text in the cells of the columns seems to jump

2024-05-28 Thread Mads
Hi Andy Maybe a fix (quick?) could be a option to always show the scrollbar? I have used that option before in HTML/CSS: https://www.w3schools.com/howto/howto_css_force_scrollbars.asp Kind Regards Mads Den tirs. 26. mar. 2024 kl. 16.31 skrev Andy Goryachev < andy.goryac...@oracle.com>:

Re: JavaFX TableView text in the cells of the columns seems to jump

2024-03-26 Thread Mads
works correctly otherwise. I would love if you can implement that the vertical scroll bar can to be shown before the layout pass is done. I think it would look a little bit more pro without the movements on first load. Kind Regards Mads Den tirs. 26. mar. 2024 kl. 16.31 skrev Andy Gory

JavaFX TableView text in the cells of the columns seems to jump

2024-03-26 Thread Mads
Please see this Stack Overflow post where I have tried my best to document what is going on: https://stackoverflow.com/questions/77369768/javafx-tableview-text-in-the-cells-of-the-columns-seems-to-jump Seems to be an issue with CONSTRAINED_RESIZE_POLICY_ALL_COLUMNS when drawing the table for the