---
title: columnResize
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/pointerstyle/columnresize
---

# columnResize

The pointer style for resizing a column, or vertical division, in either direction.

## Declaration

```swift
static let columnResize: PointerStyle
```

## Discussion

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