|
by jesseliberty via Jesse Liberty - Silverlight Geek on 2/2/2009 4:33:00 PM
I recently described the HeaderControl from the Silverlight Toolkit. Derived from the HeaderControl (and thus, to be thought of as a specialized version of the HeaderControl) is the Expander. In its simplest form, the Expander has two properties that do all the work: the Header property and the Content property. Put text into each, and hey! presto! you have a working expander. <UserControl xmlns:controls="clr-namespace:Microsoft.Windows.Controls;
assembl
... [ read more ]
|