TreeListView.ContentVerticalAlign

Syntax

ContentVerticalAlign: PP.VerticalAlignment;

Description

The ContentVerticalAlign property determines vertical alignment of titles.

Comments

Use JSON or the setContentVerticalAlign method to set the property value and the getContentVerticalAlign method to get the property value.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Set vertical alignment
Tree.setContentVerticalAlign(PP.VerticalAlignment.Bottom);

After executing the example vertical alignment is set.

See also:

TreeListView