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

适用于