wp7appdevelopment

Adventures in Windows Phone app development

Windows Phone: WrapPanel

The WrapPanel control is available for download as part of the Windows Phone Toolkit (Microsoft.Phone.Controls.Toolkit). Similar to a ListBox, this control positions multiple child elements. Like a ListBox, it positions child elements sequentially — either left to right (horizontally), or top to bottom (vertically). However, with a WrapPanel, when the elements extend beyond the panel’s edge, they are then positioned in the next row or column.

Here are some good resources for learning more about WrapPanel: 

 

 

Leave a comment