수직 스크롤 막대와 관련된 특징을 가져옵니다.

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

Syntax

C#
public VScrollProperty VerticalScroll { get; }
Visual Basic
Public ReadOnly Property VerticalScroll As VScrollProperty
	Get
Visual C++
public:
property VScrollProperty^ VerticalScroll {
	VScrollProperty^ get ();
}

Return Value

수직 스크롤을 나타내는 VScrollProperty입니다.

See Also