Indicates how GridPanel determines dimensions of its rows and columns.
Namespace: MindFusion.Diagramming
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
Auto |
The row or column is auto-sized to fit its child components. |
|
Relative |
The size of relative elements is calculated from available space in the GridPanel proportionally to the number of other relative elements. |
Members of this enumeration can be assigned to the lengthType property of GridRow and GridColumn.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |