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

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 Size AutoScrollMargin { get; set; }
Visual Basic
<ObsoleteAttribute> _
Public Property AutoScrollMargin As Size
	Get
	Set
Visual C++
[ObsoleteAttribute]
public:
property Size AutoScrollMargin {
	Size get ();
	void set (Size value);
}

See Also