<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableView/rowHeight",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTableView(py)rowHeight"
  },
  "title" : "rowHeight"
}
-->

# rowHeight

The height of each row in the table.

```
var rowHeight: CGFloat { get set }
```

## Discussion

The default row height is `16.0`. The value in this property is used only if the table’s [`rowSizeStyle`](/documentation/AppKit/NSTableView/rowSizeStyle-swift.property) is set to [`NSTableView.RowSizeStyle.custom`](/documentation/AppKit/NSTableView/RowSizeStyle-swift.enum/custom).

When you change the value of this property, the table view calls the [`tile()`](/documentation/AppKit/NSTableView/tile()) method to redisplay the rows using the new value.

## See Also

[`rowSizeStyle`](/documentation/AppKit/NSTableView/rowSizeStyle-swift.property)

The row size style (small, medium, large, or custom) used by the table view.



---

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)