Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1140
Illusive Content Issue With TilePane
posted

Alright, pulling my hair out on this one.  I am adding / removing tilepanes based on user input.  The content of the tilepane is a xamwebchart.  the xamwebchart series update dynamically via user interaction as well, i.e. I will add / remove series on the fly.  (IF) the page index changes or the layout of the tileviews change and I attempt to update the chart i end up with a blank chart in the tile view.  No Exceptions are thrown.  I have tried to set the remove logic to a delegate call via Dispatcher.BeginInvoke with no love.  Any help / suggestions would be appreciated.