DataGridLength.Auto 属性

定义

获取表示 DataGridLength 标准自动大小调整模式的结构。

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

属性值

表示 DataGridLength 标准自动大小调整模式的结构。

注解

标准自动大小调整模式根据单元格和列标题的内容调整 DataGrid 列大小。

适用于