Search code examples
c#performancewindows-phonestartuppanorama-control

Adding load up procedures after the panorama start up animation has finished


On my panorama app I have a a couple of start-up procedures under the PhoneApplicationPage_Loaded event. However this results in a pause of about 0.5 seconds before you get the Panorama slide-in animation on start-up.

My question is, is there another _Loaded event (or something similar) which I can place these start-up procedures in, which is after the panorama slide-in animation?


Solution

  • It would be propably best if you do your startup-procedures in a different thread.