DataGridLength.Auto 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取表示标准自动调整大小模式的 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 。