In this topic you will set some of the properties for the WijSuperPanel to change the way the panel is scrolled.
<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.