DataGridColumn.Width 속성

정의

열 너비 또는 자동 크기 조정 모드를 가져오거나 설정합니다.

public:
 property System::Windows::Controls::DataGridLength Width { System::Windows::Controls::DataGridLength get(); void set(System::Windows::Controls::DataGridLength value); };
public System.Windows.Controls.DataGridLength Width { get; set; }
member this.Width : System.Windows.Controls.DataGridLength with get, set
Public Property Width As DataGridLength

속성 값

DataGridLength

열 너비 또는 자동 크기 조정 모드를 나타내는 구조체입니다. 등록된 기본값은 Auto입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 DependencyProperty를 참조하십시오.

설명

합니다 Width 속성을 개인에 설정 된 경우 DataGridColumn, 우선를 DataGrid.ColumnWidth 속성입니다.

합니다 DisplayValueWidth 속성이 설정 된 경우, 우선 순위에 따라에서 다음 속성에 의해 제한 됩니다.

적용 대상

추가 정보