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
450
XamTileManager with huge amount of tiles
posted

Hello,

we've implemented a XamTileManager in our application, and want to (potentially) display a very large amount of tiles (8000+). However, the application gets unusable if we display anything over 200 tiles. Each tile itself is a relatively small object, containing only a small image and some properties. Memory utilization looks fine (the exe uses less than 100 MByte). Are there some options available to enable some kind of virtualization or lazy loading for the tile manager?

Kind regards