Thanks for the response!
That may indeed be useful! So here's what my function's trying to do:
Would this still work if the update doesn't trigger a layout change? Are there more generic updated events that I can subscribe to?
That may indeed be useful! So here's what my function's trying to do:
- Update the dataset which may or may not change the layout
- Flush out the grid and reconstruct it
-
Find the position of the relevant DataCells in order to overlay some drawing on top
Would this still work if the update doesn't trigger a layout change? Are there more generic updated events that I can subscribe to?