---
title: contentSize
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifocusitemscrollablecontainer/contentsize
---

# contentSize

The total size of the content contained by this container.

## Declaration

```swift
var contentSize: CGSize { get }
```

## Discussion

Discussion If the value of this property is larger than visibleSize then the content is scrollable.

## See Also

### Retrieving the content size

- [contentOffset](uikit/uifocusitemscrollablecontainer/contentoffset.md)
- [visibleSize](uikit/uifocusitemscrollablecontainer/visiblesize.md)
