The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataGridLengthUnitType Enumeration
.NET Framework (current version)
Defines constants that specify how elements in a DataGrid are sized.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| Auto | The size is based on the contents of both the cells and the column header. | |
| Pixel | The size is a fixed value expressed in pixels. | |
| SizeToCells | The size is based on the contents of the cells. | |
| SizeToHeader | The size is based on the contents of the column header. | |
| Star | The size is a weighted proportion of available space. |
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: