Search
ItemListView.columns Property
See Also
 





Gets or sets the number of columns in control's layout.

Namespace: MindFusion.Diagramming
File: ItemListView.js

 Syntax

JavaScript  Copy Code

get columns() {}
set columns(value) {}

 Property Value

Number

An integer value specifying the number of columns. The default value is 1.

 See Also