그리드 컨트롤에서 사용되지 않습니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
[ObsoleteAttribute]
public virtual bool AutoScroll { get; set; }
Visual Basic
<ObsoleteAttribute> _
Public Overridable Property AutoScroll As Boolean
	Get
	Set
Visual C++
[ObsoleteAttribute]
public:
virtual property bool AutoScroll {
	bool get ();
	void set (bool value);
}

See Also