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

# UICollectionLayoutSectionOrthogonalScrollingBehavior.continuous

The section allows users to scroll its content orthogonally with continuous scrolling.

## Declaration

```swift
case continuous
```

## See Also

### Constants

- [UICollectionLayoutSectionOrthogonalScrollingBehavior.none](uikit/uicollectionlayoutsectionorthogonalscrollingbehavior/none.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)
