You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a side note, I think there should be a way to get the navigator's current position, so that one could use that to determine what to display after some change occurs (e.g. scroll from the current position or display an item 10 indexes higher, etc.) via VirtualFlow's show method. In order to support that functionality, there would need to be more view-related API methods that returned a TargetPosition of a specific cell.
The text was updated successfully, but these errors were encountered:
On second thought, this might be better implemented by virtualFlow.getCellIfVisble(idx).map(c -> c.getNode().getLayoutBounds()) (or similar bounds calculations like that on the screen) and using that to calculate the offset value to use in virtualFlow.show(idx, offset)
Per the end of my comment in #32:
The text was updated successfully, but these errors were encountered: