My .xaml like this
<ListBox.ItemTemplate>
<DataTemplate>
<Image Width="90" Height="90" Source="{Binding ImgUri}" Name="codeimage"/>
</DataTemplate>
</ListBox.ItemTemplate>
I've already convert a .gif to writeableBitmap. But have no idea how to bind writeableBitmap with listbox.
Can anyone give my some hint please?
Thanks so much