The C1SuperPanelExtender control is an alternative to the HTML scroll bar enabling you to easily scroll overflowed elements. Add custom scrolling, resizing, rounded corners, and drop shadows to any panel on your page.
C1SuperPanelExtender Markup
The following markup creates C1SuperPanelExtender control. Set the TargetControlID property to attach the extender to a control.
<cc1:C1SuperPanelExtender ID="C1SuperPanelExtender1" runat="server" TargetControlID="Panel1">
</cc1:C1SuperPanelExtender>