The Wrap Panel
Posted by: Jesse Liberty - Silverlight Geek,
on 03 Dec 2008 |
View original | Bookmarked: 0 time(s)
The Silverlight Toolkit includes a wrap panel that allows you to add elements to it and will automatically wrap those elements either horizontally or vertically as required to fit them within the size of the panel. All you need to play with WrapPanel is a source of numerous controls and the easiest way to do that is to generate them programmatically.
To do this, I'll borrow the code I used to create words in this blog entry on obtaining a lot of words, and put it to use here. To keep...