|
by jesseliberty via Jesse Liberty - Silverlight Geek on 12/1/2008 5:32:00 PM
[Updated 16:00 GMT-5 to include working version and link to code: Expander.zip ]
The new Silverlight Toolkit includes a Expander control that, in its simplest form, is incredibly easy to add to your program,
[Composite image]
To create the simplest expander, add a reference to Microsoft.Windows.Controls to your project,
and add the namespace at the top of your xaml filexmlns:controls="clr-namespace:Microsoft.Windows.Controls;assembly=Microsoft.Windows
... [ read more ]
|
|