<!--
{
  "availability" : [
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSCursor/columnResize(directions:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "s:So8NSCursorC6AppKitE12columnResize10directionsAbC21NSHorizontalDirectionO3SetV_tFZ"
  },
  "title" : "columnResize(directions:)"
}
-->

# columnResize(directions:)

Returns the cursor for resizing a column (vertical divider) in the specified direction.

```
class func columnResize(directions: NSHorizontalDirection.Set) -> NSCursor
```

## Parameters

`directions`

The directions in which a column can be resized. This must not be empty.

---

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)