C
C#17mo ago
El2za

❔ How to add image to Grid.Column

I wanna add a image to Grid.Column 0 and I dont know how to do that.
3 Replies
Anton
Anton17mo ago
it's an attached property you parent a child to the grid, and set the attached property Grid.Column to the value you want it should be Grid.SetColumn(your object, 0) or something
El2za
El2za17mo ago
Alr thanks
Accord
Accord17mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.