ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijSplitter / WijSplitter Tutorial / Step 2 of 3: Customizing the Splitters
In This Topic
    Step 2 of 3: Customizing the Splitters
    In This Topic

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

    1. In the Visual Studio Properties window, click the drop-down list at the top of the Properties window and select Panel1_WijSplitter.
    2. Set the Orientation property to Horizontal.
    3. In the Visual Studio Properties window, click the drop-down list at the top of the Properties window and select Panel2_SplitterExtender.
    4. Set the FullSplit property to True. The second splitter will fill the width inside Panel1. The markup should now look like this:
    <cc1:WijSplitter ID="Panel1_WijSplitter" runat="server"
    
            TargetControlID="Panel1" Orientation="Horizontal"
    
    </cc1:SplitterExtender>
    
    <cc1:WijSplitter ID="Panel2_WijSplitter" runat="server"
    
            TargetControlID="Panel2" FullSplit="True">
    
    </cc1:WijSplitter>
    

    Now run the project to see the formatted splitters.