Contents

browserColumnConfigurationDidChange(_:)

Used by clients to implement their own column width persistence.

Declaration

@MainActor optional func browserColumnConfigurationDidChange(_ notification: Notification)

Parameters

Discussion

This method applies only to browsers with resize type NSBrowser.ColumnResizingType.userColumnResizing. It is invoked when the setWidth(_:ofColumn:) method of NSBrowser is used to change the width of any browser columns or when the user resizes any columns. If the user resizes more than one column, a single notification is posted when the user is finished resizing.

See Also

Related Documentation

Sizing