Advertisement
sixlsix

//set grid.RowSpan from code behind (dependency property)

Mar 4th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1. //set grid.RowSpan property from code behind
  2.  
  3. myGrid.ClearValue(Grid.RowSpanProperty);
  4. myGrid.SetValue(Grid.RowProperty, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement