<java.version>21</java.version>
<javafx.version>23</javafx.version>
I'm new to JavaFx and of course ControlsFX, so I'm sure I'm doing something wrong, but I tried to create a listener that would expand the grid when the cursor reached the end of current grid size, expands both in columns and rows. What I have so far works, but the visual focus rectangle seems to be drifting left as I move further to the right. The drift doesn't occur when I expand rows, it only happens expanding columns. It almost looks like this happens a little bit even before I expand columns as well. Here's a short video of what I'm doing for a visual. Any thoughts on this, or do I need to recalculate the current cell's position/boundaries and redraw this everytime?
Thanks
Mike