ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijSplitter
In This Topic
    WijSplitter
    In This Topic

    Create a professional and polished website with the help of the WijSplitter control. The WijSplitter control is a container featuring a movable and collapsible bar that divides a container's display area into two resizable panels. Splitters are able to be nested indefinitely, providing you infinite possibilities in Web interface design.

     

     

    WijSplitter Markup

    The following markup creates WijSplitter control. Set the TargetControlID property to attach the extender to a control.

    <cc1:WijSplitter ID="Panel1_WijSplitter" runat="server"
    
            TargetControlID="Panel1">
    
            <resizesettings>
    
                <animationoptions easing="">
    
                </animationoptions>
    
            </resizesettings>
    
    </cc1:WijSplitter>