---
title: UIVerticalBarBehavior.disabled
framework: UIKit
role: symbol
role_heading: Case
platforms: [iOS 27.1+, iPadOS 27.1+]
path: uikit/uiverticalbarbehavior/disabled
---

# UIVerticalBarBehavior.disabled

The vertical bar is disabled.

## Declaration

```swift
case disabled
```

## 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

### Specifying vertical bar behavior

- [UIVerticalBarBehavior.automatic](uikit/uiverticalbarbehavior/automatic.md)
