DataRepeater.AutoScroll Property

This member overrides ScrollableControlAutoScroll.

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
[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: Boolean

.NET Framework Security

See Also

Reference

DataRepeater Class

Microsoft.VisualBasic.PowerPacks Namespace