ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijSuperPanel / WijSuperPanel Tutorial / Step 3 of 4: Customizing the WijSuperPanel
In This Topic
    Step 3 of 4: Customizing the WijSuperPanel
    In This Topic

    In this topic you will set some of the properties for the WijSuperPanel to change the way the panel is scrolled.

    1. Select View | Properties Window in the Visual Studio menu.
    2. Click the drop-down list at the top of the window and select WijSuperPanel1.
    3. Expand the HScroller property node and set ScrollMode to Edge.
    4. Expand the VScroller property node and set the ScrollMode property to Buttons.
      <cc1:WijSuperPanel ID="WijSuperPanel1" runat="server" TargetControlID="Panel1">
      
      <AnimationOptions Easing=""></AnimationOptions>
      
       
      
              <HScroller ScrollMode="Edge">
      
              </HScroller>
      
              <VScroller ScrollMode="Buttons">
      
              </VScroller>
      
      <ResizableOptions Handles="All" Helper="ui-widget-content wijmo-wijsuperpanel-helper"></ResizableOptions>
      
          </cc1:WijSuperPanel>
      

      Next, run the project to scroll the panel.