14

WrapPanelに画像のリストを表示したいと思います。どうすればそれを行うことができますか、または他のコントロールを使用する可能性がありますか?

4

3 に答える 3

2

Yes definetly not the WrapPanel, it has not ItemsSource, it can't take a list. Use the ListBox, and you can set the ItemsSource.

Edit

enter image description here

于 2011-11-24T14:36:47.120 に答える