Open hoseyjoe opened 3 years ago
Maybe the default renderer shouldnt wrap text in columns?
The problem is, that for non-virtual lists thats certainly desired behaviour. This came up in another project recently and, honestly, i didnt fine a good solution since wrapping means variable height, which doesnt work / make sense with virtual.
Ill continue to think about it...
Cheers, Ian
The issue is that the default renderer tries to account for dynamic heights. When scrolling through large list this error appears. My fix was to create a custom renderer that was just a label.
Maybe the default renderer shouldnt wrap text in columns? or maybe this isnt an issue persay just a known.