Search
ResizeType Enumeration
See Also
 






Specifies how to resize child columns and rows in the lanes grid when their parent column or row is resized.

Namespace: MindFusion.Diagramming.Lanes
File: ResizeType.js

 Syntax

JavaScript  Copy Code

// enum
ResizeType = {}

 Members

  Member name Description

Fixed

The header's size (width or height) is fixed and does not change when its parent header is being resized unless all its siblings have fixed size too.

Proportional

The header resizes in proportion to its parent header.

 See Also