Click or drag to resize
DataGridLengthUnitType Enumeration
Defines constants that specify how elements in a System.Windows.Controls.DataGrid are sized. Note: SizeToCells and SizeToHeader are not available yet.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public enum DataGridLengthUnitType
Members
  Member nameValueDescription
Auto0 The size is based on the contents of both the cells and the column header.
Pixel1 The size is a fixed value expressed in pixels.
Star4
See Also