---
title: inline
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/pickerstyle/inline
---

# inline

A PickerStyle where each option is displayed inline with other views in the current container.

## Declaration

```swift
static var inline: InlinePickerStyle { get }
```

## Mentioned in

Populating SwiftUI menus with adaptive controls

## See Also

### Getting built-in picker styles

- [automatic](swiftui/pickerstyle/automatic.md)
- [menu](swiftui/pickerstyle/menu.md)
- [navigationLink](swiftui/pickerstyle/navigationlink.md)
- [palette](swiftui/pickerstyle/palette.md)
- [radioGroup](swiftui/pickerstyle/radiogroup.md)
- [segmented](swiftui/pickerstyle/segmented.md)
- [tabs](swiftui/pickerstyle/tabs.md)
- [wheel](swiftui/pickerstyle/wheel.md)
