Posted
on Jan 12, 2010
(permalink)
Hi,
I suppose i have an identical problem; my Images come as a list of Byte[] through WCF-Service.
I set them as source for MemoryStreams and those again as source for BitmapImages, who themselves become sources for Images,
obviously just like xax_007 did.
The control loads, i can see the pictures for a second, then it continues to show only the loading animation.
Besides you are right, Valeri, the ImageLoaded event never gets fired in this example.
As you suggested, i tried to wrap a border around any image, which had no effect...
Other option would be to add the ImageSource objects to the ItemsSource
collection of RadCoverFlow and provide a ItemTemplate, containing the
data-bound image.
I am very new to this, could you please explain that a bit further?
many thx in advance.