Do snapToPixel property can impact my control layout behaviour?

2024-10-05 Thread dandem sai pradeep
Hi, In Region class we have the property snapToPixel, which is intended to snap/round-off the pixel values of bounds for achieving crisp user interfaces (as mentioned in the javadoc

JavaFX Vertical scroll bar always visible in VirtualFlow

2024-10-02 Thread dandem sai pradeep
Hi, I am encountering an issue with vertical scroll bar visibility when I set the height of a TableView to some fixed height. The vertical scroll bar is always visible. I am trying to give enough space(height) so that the vertical scroll bar is not visible, but looks like this only works after so

Fix for JDK-8089009 : TableView with CONSTRAINED_RESIZE_POLICY incorrectly displays a horizontal scroll bar.

2022-07-25 Thread dandem sai pradeep
I have investigated the root cause of the issue “*JDK-8089009 : TableView with CONSTRAINED_RESIZE_POLICY incorrectly displays a horizontal scroll bar*” and have a fix for it. Before I get to the actual solution, let me briefly explain the issue and root cause. *Issue:* When the TableView is se