ConnectedServiceWizardPage.DisableScrollBars Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.