How can we implement Stack Layout?

 Posted by ArticlesMaint on 9/23/2009 | Category: Silverlight Interview questions | Views: 3598


As the name so the behavior. Stack allows you to arrange your UI elements vertically or horizontally.
 



 


 


 


 


 


 


 





For instance below are 4 elements which are arranged in a stack panel element. You can see how the stack aligns / stacks the elements one above other. You can also stack the UI elements horizontally or vertically depending on your layout nature.


You can get a simple source code which demonstrates the three layouts at the end of this article.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response