columnDidResizeNotification
Posted whenever a column is resized in an NSTableView object.
Declaration
class let columnDidResizeNotification: NSNotification.NameDiscussion
The notification object is the table view in which a column was resized. The userInfo dictionary contains the following information:
Key | Value |
|---|---|
| The column that was resized. |
| An NSNumber containing the integer value of the column’s original width. |