0

I am doing a windows 8 app having the following functionality. save the recorded video in isolated storage and show on list view(xaml). and play the videos by selecting from the list view. I can save and play the videos separately. but i have problem in binding the saved video files in isolated storage and show on list box. Can any one help me here please?

4

1 回答 1

0

创建一个ObservableCollection包含对视频内容模型的引用。当应用程序加载时,读取给定IsoStore文件夹中的文件列表并使用新模型填充集合。

于 2013-10-04T14:04:56.340 回答