DataGridColumn.Width 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
열 너비 또는 자동 크기 조정 모드를 가져오거나 설정합니다.
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
속성 값
열 너비 또는 자동 크기 조정 모드를 나타내는 구조체입니다. 등록된 기본값은 .입니다 Auto. 값에 영향을 줄 수 있는 항목에 대한 자세한 내용은 다음을 참조하세요 DependencyProperty.
설명
Width 개별 DataGridColumn속성에 설정된 경우 속성이 속성보다 우선합니다DataGrid.ColumnWidth.
속성이 DisplayValueWidth 설정된 경우 우선 순위에 따라 다음 속성으로 제한됩니다.