---
title: containerSize
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/scrollgeometry/containersize
---

# containerSize

The size of the container of the scroll view.

## Declaration

```swift
var containerSize: CGSize { get set }
```

## Discussion

Discussion This is the overall size of the scroll view. Combining this and the content offset will give you the current visible rect of the scroll view.
