Share via


PropertyViewer.AllowScrolling Property

Gets or sets a value indicating whether scrolling in the property is allowed.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property AllowScrolling As Boolean
    Get
    Set
'Usage
Dim instance As PropertyViewer
Dim value As Boolean

value = instance.AllowScrolling

instance.AllowScrolling = value
[BrowsableAttribute(true)]
public bool AllowScrolling { get; set; }
[BrowsableAttribute(true)]
public:
property bool AllowScrolling {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(true)>]
member AllowScrolling : bool with get, set
function get AllowScrolling () : boolean
function set AllowScrolling (value : boolean)

Property Value

Type: System.Boolean
true if the object is scrollable ; otherwise, false.