Hello,
Iam running into a major issue:
I have a coverflow:
and I have a ObservableCollection<Slide> AsthmaImages, where slide is an object that stores the following objects:
Now Iam binding the observable collection to the cover flow by setting the item source property:
Cover.ItemSource = AsthmaImages;
But the images dont show up in the cover flow and it shows the loading rotator. I would like to add that these are in-memory images which are received through WCF services. I have tried the workarounds given in different threads but none of them seem to work. I know its not firind the loaded event thats why it shows that loader. Please help.
Thanks in advance