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
470
Improve the peformance
posted

Hi Support,

There is a little delay when I open the user controls that contain a titlemanger firsttime. There a animation that the content of the title manager move from right to left.

How to remove this delay and animation? I want to show the content immediately.

thanks,
Eric 

Parents
No Data
Reply
  • 34810
    Offline posted

    Hello Eric,

    Thank you for your post.

    To remove the animation on a XamTileManager, I would recommend looking into the XamTileManager.NormalModeSettings and XamTileManager.MaximizedModeSettings properties. Each of these has a ShouldAnimate bool property. If you set this property to false, you will disable the animation in the XamTileManager.

    Regarding the delay of the XamTileManager, the loading time of the tiles is dependent on what you have in the tiles. Could you please provide some more detail on the content of the tiles you are loading so that I can get an idea of what can be done to reduce this delay that you are seeing?

    Please let me know if you have any other questions or concerns on this matter.

    Sincerely,
    Andrew
    Developer Support Engineer I
    Infragistics Inc.
    www.infragistics.com/support

Children