---
title: rowResize
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/pointerstyle/rowresize
---

# rowResize

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

## Declaration

```swift
static let rowResize: PointerStyle
```

## Discussion

Discussion You may apply this pointer style to a single view or a view hierarchy using the pointerStyle(_:) modifier.
