Width Element for TableColumnHeader
Defines the width (in characters) of a column.
Schema
- Configuration Element
- ViewDefinitions Element
- View Element
- TableControl Element
- TableHeaders Element
- TableColumnHeader
- Width Element
Syntax
<Width>NumberOfCharacters</Width>
Attributes and Elements
The following sections describe the attributes, child elements, and parent element of the Width
element used when defining column headers.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
TableColumnHeader Element for TableHeaders for TableControl | Defines a label, width, and alignment of the data for a column of the table. |
Text Value
When at all possible, specify a width (in characters) that is greater than the length of the displayed property values.
Remarks
For more information about the components of a table view, see Creating a Table View.
Example
The following example shows a TableColumnHeader
element whose width is 16 characters.
<TableColumnHeader>
<Label>Column 1</Label>
<Width>16</Width>
<Alignment>Left</Alignment>
</TableColumnHeader>
See Also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.
PowerShell