문제

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!

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top