VirtualizedFX icon indicating copy to clipboard operation
VirtualizedFX copied to clipboard

Results 3 VirtualizedFX issues
Sort by recently updated
recently updated
newest added

## Wanted Usage I want to use `VirtualFlow` with `VirtualScrollPane` which can be scrolled only in one dimension (horizontally). That's why I want to hide the vertical scroll bar. I...

enhancement

Heyo, I noticed the SimpleVirtualFlow is deprecated now. While it does seem to work for my use case, I just want to make sure I'm not relying on something that...

Changes: 1. Fix exception, when after cell size changed, columns range shifts (for example, [2, 3] -> [3, 4]). On that line cells collection can't contain rIndex, because cells, which...