행의 너비를 자동적으로 조절되는지에 대한 여부를 가져오거나 설정합니다.

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

Syntax

C#
public bool AutoFitColumn { get; set; }
Visual Basic
Public Property AutoFitColumn As Boolean
	Get
	Set
Visual C++
public:
property bool AutoFitColumn {
	bool get ();
	void set (bool value);
}

Remarks

셀의 내용이 변하게 되면 최대 너비를 계산하여 자동으로 설정됩니다. CellWordwrap 값이 true인 행에 대해서는 이 기능이 적용되지 않습니다.

See Also