Skip to main content

Microsoft Silverlight

Answered Question How do I change a button Grid.Row value programmatically?RSS Feed

(0)

HT4N
HT4N

Member

Member

10 points

7 Posts

How do I change a button Grid.Row value programmatically?

I would like to sort button on runtime. My idea is to change the Grid.Row value of the button.

How do I do this if there is a way?

prujohn
prujohn

Contributor

Contributor

3567 points

703 Posts

Answered Question

Re: How do I change a button Grid.Row value programmatically?

Grid.SetRow(myButton, rowNumber);

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities