Expander XAML Quick Reference

This topic is dedicated to providing a quick overview of the XAML used to create a C1Expander control. For more information, see the Expander for Silverlight Task-Based Help section.

The following illustrates how to create an expander with TextBlock content:

 

<c1:C1Expander Height="122" HorizontalAlignment="Left" Name="c1Expander1" VerticalAlignment="Top" Width="179">

   <TextBlock Height="23" HorizontalAlignment="Left" Name="textBlock1" Text="TextBlock" VerticalAlignment="Top">

       Hello World!

   </TextBlock>

</c1:C1Expander>


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.