---
title: HSplitView
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/hsplitview
---

# HSplitView

A layout container that arranges its children in a horizontal line and allows the user to resize them using dividers placed between them.

## Declaration

```swift
nonisolated struct HSplitView<Content> where Content : View
```

## Topics

### Creating a horizontal split view

- [init(content:)](swiftui/hsplitview/init(content:).md)

## Relationships

### Conforms To

- [View](swiftui/view.md)

## See Also

### Displaying views in multiple panes

- [VSplitView](swiftui/vsplitview.md)
