DataGridLength.Auto Egenskap

Definition

Hämtar en DataGridLength struktur som representerar standardläget för automatisk storleksändring.

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

Egenskapsvärde

En DataGridLength struktur som representerar standardläget för automatisk storleksändring.

Kommentarer

Standardkolumnerna för automatiskt storleksläge storlekar DataGrid baserat på innehållet i både celler och kolumnrubriker.

Gäller för