---
title: "noteHeightOfRowsWithIndexesChanged(_:inColumn:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsbrowser/noteheightofrowswithindexeschanged(_:incolumn:)"
---

# noteHeightOfRowsWithIndexesChanged(_:inColumn:)

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

## Declaration

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

## Parameters

- `indexSet`: The indexes of the rows to resize.
- `columnIndex`: The column to retile.

## Discussion

Discussion The browser’s delegate must implement

## See Also

### Updating Browsers

- [reloadData(forRowIndexes:inColumn:)](appkit/nsbrowser/reloaddata(forrowindexes:incolumn:).md)
