I can successfully display the first frame of a MediaElement in my ListBox (using this method).
But when I get a large number of files (more than 20), it takes a long time before anything shows up.
I considered having the source point to just an image of the video, but there's not a good way to get an image of a MediaElement frame.
Another thought was to use the thumbs.db file, but Windows doesn't always generate one of those, and I don't know how to that anyways.
I also considered just loading the MediaElements that are visible in my ListBox, and as the user scrolls I'd load more, but I'm not sure on how to do this either.
Does anybody know of some way to get the image to display quickly when dealing with a large number of MediaElements?