Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WrapPanelに画像のリストを表示したいと思います。どうすればそれを行うことができますか、または他のコントロールを使用する可能性がありますか?
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