This is a migrated thread and some comments may be shown as answers.

Dynamically Load Images?

1 Answer 153 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
UIdev
Top achievements
Rank 1
UIdev asked on 09 Nov 2008, 03:22 AM
I was wondering if there is a way to create a RadCoverFlow and have its items load dynamically.  Specifically, I have a series of folders, and I want to iterate through each one dynamically (not specifying all the names) and add the "thumb.jpg" file within each folder to the RadCoverFlow.  Does anyone have a sample of how I could achieve something like that?  Thanks so much for helping me!

-UIdev

1 Answer, 1 is accepted

Sort by
0
Serrin
Top achievements
Rank 1
answered on 10 Nov 2008, 08:34 PM
Hey Uldev,

You should be able to iterate through your folders and add items to a list and load that to Coverflow like in the item source demo, or even add the items into an observablecollection that is bound to coverflow like in the Silverlight databinding demo.  Really a question of which method you'd rather use, you get the expected result with both. :)





Tags
CoverFlow
Asked by
UIdev
Top achievements
Rank 1
Answers by
Serrin
Top achievements
Rank 1
Share this question
or