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 資料行的大小。

適用於