Search
Grid.ResizeRowHeaderWidths Method
See Also
 






Resizes the widths of all row headers from the specified level with the specified amount.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void ResizeRowHeaderWidths (
    int level,
    double increase
)

Visual Basic  Copy Code

Public Sub ResizeRowHeaderWidths( _
    level As Integer, _
    increase As Double _
)

 Parameters

level

increase

 Remarks

This method is for internal use only.

 See Also