---
title: usesAutomaticRowHeights
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstableview/usesautomaticrowheights
---

# usesAutomaticRowHeights

A Boolean value that indicates whether the table view uses autolayout to calculate the height of rows.

## Declaration

```swift
var usesAutomaticRowHeights: Bool { get set }
```

## See Also

### Configuring Behavior

- [allowsColumnReordering](appkit/nstableview/allowscolumnreordering.md)
- [allowsColumnResizing](appkit/nstableview/allowscolumnresizing.md)
- [allowsMultipleSelection](appkit/nstableview/allowsmultipleselection.md)
- [allowsEmptySelection](appkit/nstableview/allowsemptyselection.md)
- [allowsColumnSelection](appkit/nstableview/allowscolumnselection.md)
