<!--
{
  "availability" : [
    "macOS: 10.6.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBrowser/noteHeightOfRowsWithIndexesChanged(_:inColumn:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBrowser(im)noteHeightOfRowsWithIndexesChanged:inColumn:"
  },
  "title" : "noteHeightOfRowsWithIndexesChanged(_:inColumn:)"
}
-->

# noteHeightOfRowsWithIndexesChanged(_:inColumn:)

Immediately retiles the browser’s columns using row heights specified by the browser’s delegate.

```
func noteHeightOfRowsWithIndexesChanged(_ indexSet: IndexSet, inColumn columnIndex: Int)
```

## Parameters

`indexSet`

The indexes of the rows to resize.

`columnIndex`

The column to retile.

## Discussion

The browser’s delegate must implement

---

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)