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
1490
xamDataCards dynamicly initialized according the position of the scrollview ?
posted

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~~

Parents
  • 138253
    Verified Answer
    Offline posted

    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.

Reply Children
No Data