MindFusion.Wpf Pack Programmer's Guide
ISwimlaneGrid.SetColumnWidth Method
See Also
 





Sets the the width of the specified column in the swimlane grid.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

void SetColumnWidth (
    int index,
    double value
)

Visual Basic  Copy Code

Sub SetColumnWidth( _
    index As Integer, _
    value As Double _
)

 Parameters

index

The zero-based index of the column.

value

The new width of the column.

 See Also

ISwimlaneGrid Members
ISwimlaneGrid Interface
MindFusion.Diagramming.Wpf.Layout Namespace