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 の Margin プロパティを設定してみてください...
Margin="0, 5, 0 ,0" (左、上、右、下)
HTH