ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1Expander Extender / C1Expander Extender Tutorial / Step 3 of 4: Customizing Expanding Text
In This Topic
    Step 3 of 4: Customizing Expanding Text
    In This Topic

    In this topic you will set some of the properties for the C1ExpanderExtender.

    1. Select View | Properties Window in the Visual Studio menu.
    2. Click the drop-down list at the top of the Properties window and select Panel1_C1ExpanderExtender.
    3. Set the C1ExpanderExtender.Expanded property to False. The text will be collapsed when the web page is initially viewed.
    4. Click the node to expand the Animated property. Set the Disable property to False and set the Effect property to bounce.

    The markup for the C1ExpanderExtender will now look like this:

    <cc1:C1ExpanderExtender ID="Panel1_C1ExpanderExtender" runat="server" TargetControlID="Panel1" Theme="rocket" Animated-Effect="bounce" Expanded="False">

    </cc1:C1ExpanderExtender>

    1. Now run the project to see the formatted expanding text.