Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit How do I change a button Grid.Row value programmatically?
1 replies. Latest Post by prujohn on December 5, 2008.
(0)
HT4N
Member
10 points
7 Posts
12-05-2008 12:20 PM |
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
Contributor
3567 points
703 Posts
12-05-2008 12:23 PM |
Grid.SetRow(myButton, rowNumber);