Contents

columnDidResizeNotification

Posted whenever a column is resized in an NSTableView object.

Declaration

class let columnDidResizeNotification: NSNotification.Name

Discussion

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

Key

Value

@"NSTableColumn"

The column that was resized.

@"NSOldWidth"

An NSNumber containing the integer value of the column’s original width.

See Also

Notifications