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.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public enum DataGridLengthUnitType
Members
| Member name | Value | Description |
---|
| Auto | 0 |
The size is based on the contents of both the cells and the column header.
|
| Pixel | 1 |
The size is a fixed value expressed in pixels.
|
| Star | 4 | |
See Also