SequenceView.ColumnResized

Syntax

ControlName_ColumnResized( columnIndex, newSize)

Applies To

SequenceView

Purpose

Occurs when the user resizes a column in the SequenceView control.

Parameters

columnIndex As Long

[In] Specifies the index of the resized column.

newSize As Long

[In] Specifies the new size of the column.

See Also

SeqViewColumn.Width