---
title: UICollectionLayoutSectionOrthogonalScrollingBehavior.none
framework: uikit
role: symbol
role_heading: Case
path: uikit/uicollectionlayoutsectionorthogonalscrollingbehavior/none
---

# UICollectionLayoutSectionOrthogonalScrollingBehavior.none

The section does not allow users to scroll its content orthogonally.

## Declaration

```swift
case none
```

## See Also

### Constants

- [UICollectionLayoutSectionOrthogonalScrollingBehavior.continuous](uikit/uicollectionlayoutsectionorthogonalscrollingbehavior/continuous.md)
- [UICollectionLayoutSectionOrthogonalScrollingBehavior.continuousGroupLeadingBoundary](uikit/uicollectionlayoutsectionorthogonalscrollingbehavior/continuousgroupleadingboundary.md)
- [UICollectionLayoutSectionOrthogonalScrollingBehavior.paging](uikit/uicollectionlayoutsectionorthogonalscrollingbehavior/paging.md)
- [UICollectionLayoutSectionOrthogonalScrollingBehavior.groupPaging](uikit/uicollectionlayoutsectionorthogonalscrollingbehavior/grouppaging.md)
- [UICollectionLayoutSectionOrthogonalScrollingBehavior.groupPagingCentered](uikit/uicollectionlayoutsectionorthogonalscrollingbehavior/grouppagingcentered.md)
