DataGridLength.SizeToCells 속성

정의

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

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

속성 값

DataGridLength

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

설명

셀 기반 자동 크기 모드를 크기 조정 DataGrid 열 머리글을 포함 하지 않고 열에서 셀의 내용에 기반 합니다. 이 크기 조정 모드 하면 콘텐츠 인 경우 확장할 열을 뷰로 스크롤 된 현재 열 크기 보다 큽니다. 콘텐츠 보기에서 스크롤 된 후에 열 축소 되지 않습니다.

적용 대상