ContentVerticalAlign: PP.VerticalAlignment;
The ContentVerticalAlign property determines vertical alignment of titles.
Use JSON or the setContentVerticalAlign method to set the property value and the getContentVerticalAlign method to get the property value.
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: