Contents

columnDidResizeNotification

Posted whenever a column is resized in an NSOutlineView object.

Declaration

class let columnDidResizeNotification: NSNotification.Name

Discussion

The notification object is the NSOutlineView object in which a column was resized. The userInfo dictionary contains the following information:

Key

Value

@"NSTableColumn"

The column that was resized.

@"NSOldWidth"

An Nsnumber object containing the column’s original width

See Also

Notifications