---
title: disabled
framework: SwiftUI
role: symbol
role_heading: Type Property
platforms: [iOS 27.1+, iPadOS 27.1+]
path: swiftui/toolbarverticalbehavior/disabled
---

# disabled

The vertical bar is disabled.

## Declaration

```swift
static let disabled: ToolbarVerticalBehavior
```

## Discussion

Discussion Bar content falls back to the standard horizontal top and bottom bars, and the vertical status bar reverts to the horizontal axis.

## See Also

### Getting behavior options

- [automatic](swiftui/toolbarverticalbehavior/automatic.md)
