I have a xamDataCards, and I put some xamDataChart controls in it. I find that when loading the xamDataCards, xamDataCards do not initialize every xamDataChart control, when I mousewheel the scrollview, it rendered the next xamDataChart controls. Can I set some property to avoid this situations? I just need all xamDataChart controls are initialized, not dynamicly initialized according the position of the scrollview.
Do I make myself clearly? Sorry for my pool English.. Thanks~~
Hello Charlie,
Thank you for your post. I have been looking into it and I can suggest you set the XamDataCards’ RecordContainerGenerationMode and CellContainerGenerationMode Properties to “PreLoad” and RecordLoadMode Property to “PreloadRecords” in order to turn off the virtualization. Please let me know if you have further questions on this matter.
Looking forward for your reply.
Thanks ^_^
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.