---
title: PinnedScrollableViews
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/pinnedscrollableviews
---

# PinnedScrollableViews

A set of view types that may be pinned to the bounds of a scroll view.

## Declaration

```swift
struct PinnedScrollableViews
```

## Mentioned in

Grouping data with lazy stack views

## Topics

### Getting scrollable view types

- [sectionHeaders](swiftui/pinnedscrollableviews/sectionheaders.md)
- [sectionFooters](swiftui/pinnedscrollableviews/sectionfooters.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Dynamically arranging views in one dimension

- [Grouping data with lazy stack views](swiftui/grouping-data-with-lazy-stack-views.md)
- [Creating performant scrollable stacks](swiftui/creating-performant-scrollable-stacks.md)
- [LazyHStack](swiftui/lazyhstack.md)
- [LazyVStack](swiftui/lazyvstack.md)
