ColStyle class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:29

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

Namename of the <ColStyle, unique at the level of the parent <DirectoryStyle
Widthcolumn width.
Heightcolumn height. Put 0 for list directory styles.
SortNamethe 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:

articlepicker

See also

<CellTemplate

Examples of column styles