❔ 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
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 somethingAlr thanks
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.