Open Dwaynekj opened 7 years ago
From @joneit
We can supply a method to make the suggested calculation but it would mean measuring the text for every cell in every column of every row (visible or not) and is not really practical to do, at least not while scrolling.
And as far as measuring just the visible cells (what we do now), even this text measuring is sucking performance and I recommeded that we cut back on this feature, at least while scrolling. We could eliminate text measure except when needed for rendering (right or center justified needs it; left does not).
It’s a question of performance so we’ll never do this ticket. We could as I said provide a method (or sample code) for an app develop who wants to go and do it anyway.
Brought to our attention: