Search
ItemListView.labelPosition Property
See Also
 






Gets or sets a value indicating the position of labels relative to item icons.

Namespace: MindFusion.Diagramming
File: ItemListView.js

 Syntax

JavaScript  Copy Code

get labelPosition() {}
set labelPosition(value) {}

 Property Value

LabelPosition

A member of the LabelPosition enumeration. The default value is Auto.

 Remarks

The default Auto value places labels to the right of item icons if using one-column layout, and below icons if showing multiple columns.

 See Also