DataGridLength.SizeToCells 속성

정의

DataGridLength 셀 기반 자동 크기 조정 모드를 나타내는 구조를 가져옵니다.

public:
 static property System::Windows::Controls::DataGridLength SizeToCells { System::Windows::Controls::DataGridLength get(); };
public static System.Windows.Controls.DataGridLength SizeToCells { get; }
static member SizeToCells : System.Windows.Controls.DataGridLength
Public Shared ReadOnly Property SizeToCells As DataGridLength

속성 값

DataGridLength 셀 기반 자동 크기 조정 모드를 나타내는 구조체입니다.

설명

열 기반 자동 크기 조정 모드는 열 머리글을 제외하고 열의 셀 내용에 따라 크기를 조정합니다. 이 크기 조정 모드로 인해 현재 열 크기보다 큰 콘텐츠가 보기로 스크롤되는 경우 열이 확장됩니다. 콘텐츠가 보기 밖으로 스크롤된 후에는 열이 축소되지 않습니다.

적용 대상