<!--
{
  "availability" : [
    "macOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/PointerStyle/rowResize(directions:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI12PointerStyleV9rowResize10directionsAcA17VerticalDirectionO3SetV_tFZ"
  },
  "title" : "rowResize(directions:)"
}
-->

# rowResize(directions:)

The pointer style for resizing a row, or horizontal division.

```
static func rowResize(directions: VerticalDirection.Set) -> PointerStyle
```

## Parameters

`directions`

The vertical directions in which a row can be
resized.

## Discussion

You may apply this pointer style to a single view or a view hierarchy
using the [`pointerStyle(_:)`](/documentation/SwiftUI/View/pointerStyle(_:)) modifier.

---

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)