행의 너비조절을 수행하기 위한 행과 행 사이의 감지영역입니다.

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

Syntax

C#
public int ColumnSplitter { get; set; }
Visual Basic
Public Property ColumnSplitter As Integer
	Get
	Set
Visual C++
public:
property int ColumnSplitter {
	int get ();
	void set (int value);
}

Remarks

마우스 드래깅을 이용하여 행의 너비조절을 하기 위하여 커서가 해당 영역 안에 있는지 확인하게 됩니다. 행과 행 사이를 기준으로 -/+ 속성값 만큼의 너비안에 커서가 들어가게 되면 마우스 클릭시 행의 너비 조절을 할 수 있습니다.

See Also