I have a Grid control with 6 rows and 6 columns.
On the top row, I have a dropdown that can have two states. (New or Used)
When I'm in the New state, I have two controls. Yellow Control in Row 3, Col 1 and Red Control in Row 5, Col 1
When I'm in the Used State, I want to swap the locations of the controls so that Red Control occupies Row 3, Col 1 and Yellow control occupies Row 5, Col 1.
Is this possible in Silverlight?