In this topic you will set some of the properties for the C1SuperPanelExtender to change the way the panel is scrolled.
<cc1:C1SuperPanelExtender ID="C1SuperPanelExtender1" 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:C1SuperPanelExtender>
Next, run the project to scroll the panel.