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

注解

在单个DataGridColumn属性上设置时,该Width属性优先于该DataGrid.ColumnWidth属性。

如果按优先级顺序设置属性,则DisplayValueWidth属性受以下属性的约束:

适用于

另请参阅