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