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
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,AndrewDeveloper Support Engineer IInfragistics Inc.www.infragistics.com/support
Just checking in, did you have any other questions or concerns on this matter?