<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSControl/ControlSize-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSControlSize"
  },
  "title" : "NSControl.ControlSize"
}
-->

# NSControl.ControlSize

A constant for specifying a cell’s size.

```
enum ControlSize
```

## Overview

These constants are used by the [`controlSize`](/documentation/AppKit/NSCell/controlSize) property.

## Topics

### Sizing Controls

[`NSControlSizeMini`](/documentation/AppKit/NSControl/ControlSize-swift.enum/mini)

The smallest control size.

[`NSControlSizeSmall`](/documentation/AppKit/NSControl/ControlSize-swift.enum/small)

A size smaller than the default control size.

[`NSControlSizeRegular`](/documentation/AppKit/NSControl/ControlSize-swift.enum/regular)

The default control size.

[`NSControlSizeLarge`](/documentation/AppKit/NSControl/ControlSize-swift.enum/large)

A size larger than the default control size.

[`NSRegularControlSize`](/documentation/AppKit/NSRegularControlSize)

The default control size.

[`NSSmallControlSize`](/documentation/AppKit/NSSmallControlSize)

A size that is smaller than the default control size.

[`NSMiniControlSize`](/documentation/AppKit/NSMiniControlSize)

The control has a smaller size than `NSSmallControlSize`.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

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)