We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CellMeasurerCache calculates and caches row height and column width any time a cell is updated so it can quickly return them when Grid asks but the clear method doesn't reset those cached measurements so they can be stale unless we force a remeasure.
CellMeasurerCache
Grid
clear
The text was updated successfully, but these errors were encountered:
CellMeasurerCache now correctly recomputes cached row height and colu…
2ed3a15
…mn width values when cells are cleared. (#594)
Closed via 2ed3a15
Sorry, something went wrong.
Released in 9.0.5
bvaughn
No branches or pull requests
CellMeasurerCache
calculates and caches row height and column width any time a cell is updated so it can quickly return them whenGrid
asks but theclear
method doesn't reset those cached measurements so they can be stale unless we force a remeasure.The text was updated successfully, but these errors were encountered: