|
by jesseliberty via Jesse Liberty - Silverlight Geek on 1/3/2009 2:31:00 AM
More: Previous article on the Wrap Panel
The Silverlight Toolkit includes a couple new panels, one of which is the incredibly handy WrapPanel.
[ Updated Jan. 4 to include working example ]
In its most straight forward use, the WrapPanel allows you to add UIElements which it positions sequentially (typically left to right) until there is insufficient space, at which time it creates a new row beneath the most recent; that is, it wraps.
Creating a simple test program reveals a few inter
... [ read more ]
|
|