---
title: itemHeight
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscomboboxcell/itemheight
---

# itemHeight

The height of each item in the combo box’s pop-up list.

## Declaration

```swift
var itemHeight: CGFloat { get set }
```

## Discussion

Discussion The default item height is 16.0.

## See Also

### Setting Display Attributes

- [hasVerticalScroller](appkit/nscomboboxcell/hasverticalscroller.md)
- [isButtonBordered](appkit/nscomboboxcell/isbuttonbordered.md)
- [intercellSpacing](appkit/nscomboboxcell/intercellspacing.md)
- [numberOfVisibleItems](appkit/nscomboboxcell/numberofvisibleitems.md)
