---
title: intercellSpacing
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscomboboxcell/intercellspacing
---

# intercellSpacing

The spacing between cells in the combo box’s pop-up list.

## Declaration

```swift
var intercellSpacing: NSSize { get set }
```

## Discussion

Discussion The value of this property is the horizontal and vertical spacing between cells in the combo box’s pop-up list. The default spacing is (3.0, 2.0).

## See Also

### Setting Display Attributes

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