Hello, I've read the manual and plenty of posts, but it is not clear to me if the WebImageViewer control loads images on demand (like the grid control) or the page is not rendered until all images are loaded.
I'm evaluating to use the control to show 400x400 size images (about 30 images), but it will work only if a sort of optimization is performed by the control: that is it loads just few images, to be prepared for a short scroll and loads the other images only when the scrolling get close to them.
Thanks
Hello igordr,
WebImageViewer doesn't use LoadOnDemand. All images are loaded when the page is loaded.