Posted
on Apr 18, 2011
(permalink)
I know the Telerik team has done great improvements on the controls, especially when data Optimization has been an issue.
On Version 2011 Q1 , if we have 300 images can we tell the cover flow just to load just one specific one and not all of them (image) , in other words Lazy Loading the images ?,
This will increase the performance of Cover Flow tremendously !
Because if I have 50 images for example, it seems as if the coverflows needs to Know the existence of all 50 (load them all) to work moving them.. so If I click on Image #2 and then scrolls to image 50 to expand it, or show more info about it. it seems as if the coverflows needs to process all images from # 2 to # 50, why not just jump from 2 to 50 and ignore the ones in between......
If not possible with XAML how can we do it in Code ?
Regards