DataRepeater.AutoScroll Property
This member overrides ScrollableControl.AutoScroll.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Overrides Property AutoScroll As Boolean
Get
Set
[BrowsableAttribute(false)]
public override bool AutoScroll { get; set; }
[BrowsableAttribute(false)]
public:
virtual property bool AutoScroll {
bool get () override;
void set (bool value) override;
}
[<BrowsableAttribute(false)>]
abstract AutoScroll : bool with get, set
[<BrowsableAttribute(false)>]
override AutoScroll : bool with get, set
override function get AutoScroll () : boolean
override function set AutoScroll (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.