---
title: contentSize
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/scrollgeometry/contentsize
---

# contentSize

The size of the content of the scroll view.

## Declaration

```swift
var contentSize: CGSize
```

## Discussion

Discussion Unlike the container size of the scroll view, this refers to the total size of the content of the scroll view which can be smaller or larger than its containing size.
