Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: Synchronizing with the Grid

$
0
0
Thanks for the response!

That may indeed be useful! So here's what my function's trying to do:
  1. Update the dataset which may or may not change the layout
  2. Flush out the grid and reconstruct it
  3. Find the position of the relevant DataCells in order to overlay some drawing on top
Right now, when I attempt to execute step 3, the DataCells are not created yet, so I actually can't read anything at all.

Would this still work if the update doesn't trigger a layout change? Are there more generic updated events that I can subscribe to?

Viewing all articles
Browse latest Browse all 4964

Trending Articles