1
<ListBox.ItemTemplate>
<DataTemplate>
<Image Width="90" Height="90" Source="{Binding ImgUri}" Name="codeimage"/>
</DataTemplate>
</ListBox.ItemTemplate>
我的.xaml我一個.gif已經轉換爲WriteableBitmap的。 但不知道如何綁定writeableBitmap 與列表框。
任何人都可以給我一些提示嗎?
非常感謝
嗨馬特,謝謝你的迴應。但我還不是很清楚。有沒有簡單的僞代碼? – scchun 2011-04-28 10:00:16
@scchun我根據最新的問題更新了我的答案。 – 2011-04-28 12:23:42