|
by jesseliberty via Jesse Liberty - Silverlight Geek on 1/18/2009 3:17:19 AM
This quick introduction to the HeaderContentControl of the Silverlight Toolkit will lay the ground work for future entries on the Expander control. To see the HeaderContentControl with as little fuss as possible, create a new Silverlight application and add a reference to the Microsoft.Windows.Controls.dll from the toolkit. Page.xaml Begin by adding a reference to the Microsoft.Windows.Controls.dll to your application and then declare an XML Name Space at the top of Page.xaml, xmlns:con
... [ read more ]
|