Description
Defines a single table-like column within parent DirectoryStyle.
See also DataTemplate to display grid-like data, and also alternative for table-like columns where you need some text below.
Namespace
xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"
Members
Name | name of the <ColStyle, unique at the level of the parent <DirectoryStyle |
Width | column width. |
Height | column height. Put 0 for list directory styles. |
SortName | the name of the <Sort node within parent <DirectoryStyle to use to sort this column. |
Remarks
Every <ColStyle contains one or more <CellTemplate statements that actually contain the attributes to display.
Example
In the below example, there are eight columns defined:
See also