WPF: Turning off animations, data binding temporarly for invisible objects?;) -


i have window contains tab control - multiple sheets visualizations on them. visualtizations are:

  • possible resource intensive during rendering
  • relying on constant data updates update underlying models

obviously 1 sheet can visible every time ;)

anyone knows of way turn off visualization, animations, data binding control / panel , it's contained controls? if find way that, turn off invisible sheets , reactivate them needed.

the models must kept running - of visual stuff pretty complex , relies on constant data updates, , recalculating when switches tabs hard.

did see, visualization executed while control not visible? expect operations neccessary visible parts executed, i'm not sure.

for case have deactivate animations manually, found this. think should possible modify given example requirements.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -