---
title: NavigationSplitViewColumn
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/navigationsplitviewcolumn
---

# NavigationSplitViewColumn

A view that represents a column in a navigation split view.

## Declaration

```swift
struct NavigationSplitViewColumn
```

## Overview

Overview A NavigationSplitView collapses into a single stack in some contexts, like on iPhone or Apple Watch. Use this type with the preferredCompactColumn parameter to control which column of the navigation split view appears on top of the collapsed stack.

## Topics

### Getting a column

- [sidebar](swiftui/navigationsplitviewcolumn/sidebar.md)
- [content](swiftui/navigationsplitviewcolumn/content.md)
- [detail](swiftui/navigationsplitviewcolumn/detail.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
