---
title: NSCollectionLayoutSectionOrthogonalScrollingBehavior.continuous
framework: appkit
role: symbol
role_heading: Case
path: appkit/nscollectionlayoutsectionorthogonalscrollingbehavior/continuous
---

# NSCollectionLayoutSectionOrthogonalScrollingBehavior.continuous

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

## Declaration

```swift
case continuous
```

## See Also

### Enumeration Cases

- [NSCollectionLayoutSectionOrthogonalScrollingBehavior.none](appkit/nscollectionlayoutsectionorthogonalscrollingbehavior/none.md)
- [NSCollectionLayoutSectionOrthogonalScrollingBehavior.continuousGroupLeadingBoundary](appkit/nscollectionlayoutsectionorthogonalscrollingbehavior/continuousgroupleadingboundary.md)
- [NSCollectionLayoutSectionOrthogonalScrollingBehavior.paging](appkit/nscollectionlayoutsectionorthogonalscrollingbehavior/paging.md)
- [NSCollectionLayoutSectionOrthogonalScrollingBehavior.groupPaging](appkit/nscollectionlayoutsectionorthogonalscrollingbehavior/grouppaging.md)
- [NSCollectionLayoutSectionOrthogonalScrollingBehavior.groupPagingCentered](appkit/nscollectionlayoutsectionorthogonalscrollingbehavior/grouppagingcentered.md)
