<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBrowserDelegate/browserColumnConfigurationDidChange(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(pl)NSBrowserDelegate(im)browserColumnConfigurationDidChange:"
  },
  "title" : "browserColumnConfigurationDidChange(_:)"
}
-->

# browserColumnConfigurationDidChange(_:)

Used by clients to implement their own column width persistence.

```
@MainActor optional func browserColumnConfigurationDidChange(_ notification: Notification)
```

## Parameters

`notification`

A notification named [`columnConfigurationDidChangeNotification`](/documentation/AppKit/NSBrowser/columnConfigurationDidChangeNotification).

## Discussion

This method applies only to browsers with resize type [`NSBrowser.ColumnResizingType.userColumnResizing`](/documentation/AppKit/NSBrowser/ColumnResizingType-swift.enum/userColumnResizing). It is invoked when the [`setWidth(_:ofColumn:)`](/documentation/AppKit/NSBrowser/setWidth(_:ofColumn:)) method of [`NSBrowser`](/documentation/AppKit/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

[`-  setWidth:ofColumn:`](/documentation/AppKit/NSBrowser/setWidth(_:ofColumn:))

Sets the width of the specified column.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)