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

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 AutoFitRow { get; set; }
Visual Basic
Public Property AutoFitRow As Boolean
	Get
	Set
Visual C++
public:
property bool AutoFitRow {
	bool get ();
	void set (bool value);
}

Remarks

셀의 내용이 변경되어 문자열의 라인수가 변경되면 최대 높이를 계산하여 자동으로 설정됩니다.

See Also