---
title: orthogonalScrollingBehavior
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nscollectionlayoutsection/orthogonalscrollingbehavior
---

# orthogonalScrollingBehavior

The section’s scrolling behavior in relation to the main layout axis.

## Declaration

```swift
var orthogonalScrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior { get set }
```

## Discussion

Discussion The default value of this property is UICollectionLayoutSectionOrthogonalScrollingBehavior.none, which means the section lays out its content along the main axis of its layout, defined by the layout configuration’s scrollDirection property. Set a different value for this property to get the section to lay out its content orthogonally to the main layout axis.

## See Also

### Specifying scrolling behavior

- [orthogonalScrollingProperties](uikit/nscollectionlayoutsection/orthogonalscrollingproperties.md)
- [UICollectionLayoutSectionOrthogonalScrollingProperties](uikit/uicollectionlayoutsectionorthogonalscrollingproperties.md)
