DataGridLength.SizeToCells Property

Definition

Gets a DataGridLength structure that represents the cell-based automatic sizing mode.

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

Property Value

A DataGridLength structure that represents the cell-based automatic sizing mode.

Remarks

The cell-based automatic sizing mode sizes DataGrid columns based on the contents of cells in the column, not including column headers. This sizing mode will cause columns to expand if content that is larger than the current column size is scrolled into view. The column will not shrink after the content is scrolled out of view.

Applies to