Question

I have a grid with 3 rows and 4 columns. Lets say in row third, there are 4 controls named A, B, C and D. When the visibility of control "A" is collapse , then B control should replace the control A, C should replace B and D should replace C so the row third will have control in sequence B,C and D(since A is invisible)

Could you please suggest how this can be achieved in C#(silverlight).

Thanks!

Was it helpful?

Solution

Add a stackpanel in the row third and put your controls A,B,C and D in the stack panel. Hope this helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top