Share via


ConnectedServiceWizardPage.DisableScrollBars Property

Definition

Gets or sets a value indicating whether or not the default scroll bar functionality for the page should be disabled.

public:
 property bool DisableScrollBars { bool get(); void set(bool value); };
public:
 property bool DisableScrollBars { bool get(); void set(bool value); };
public bool DisableScrollBars { get; set; }
member this.DisableScrollBars : bool with get, set
Public Property DisableScrollBars As Boolean

Property Value

Returns Boolean.

Remarks

The default scroll bar functionality is to automatically add a vertical scroll bar if the vertical content is too large to fit in the available vertical space.

If the default scroll bar functionality is disabled, the desired scroll bar functionality must be handled within the page's View control.

Applies to