|
by jesseliberty via Jesse Liberty - Silverlight Geek on 12/3/2008 5:22:00 PM
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
... [ read more ]
|