ComponentOne SuperPanel for ASP.NET AJAX: SuperPanel for ASP.NET AJAX Task-Based Help > Disabling Vertical Scrolling

Disabling Vertical Scrolling

You can disable vertical scrolling by setting the VScroller.Visibility property to None.

This topic shows how to modify the VScroller.Visibility property in Design view and in Source view.

In Source View

In Source view add VScroller Visibility="None" to the <PanelBehaviorSettings> tag so it appears similar to the following:

<cc1:C1SuperPanel ID="C1SuperPanel1" runat="server" UseEmbeddedVisualStyles="True"

            VisualStyle="ArcticFox" VisualStylePath="~/C1WebControls/VisualStyles"

            Width="701px">

            <PanelBehaviorSettings>

                <VScroller Visibility="None">

                </VScroller>

            </PanelBehaviorSettings>

        </cc1:C1SuperPanel>

From the Properties Window

You can set the Visibility property to None from the Properties window:

1.   Click on the C1SuperPanel to select it.

2.   Navigate to the Properties window and expand the PanelBehaviorSettings node.

3.   Locate the VScroller node and expand it.

4.   Select the dropdown arrow next to the Visibility property and select None.


Send comments about this topic to ComponentOne.
Copyright © 1987-2010 ComponentOne LLC. All rights reserved.