<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICollectionViewListCell/indentationWidth",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UICollectionViewListCell(py)indentationWidth"
  },
  "title" : "indentationWidth"
}
-->

# indentationWidth

The width of an indentation level.

```
var indentationWidth: CGFloat { get set }
```

## Discussion

The overall indentation is the product of [`indentationWidth`](/documentation/UIKit/UICollectionViewListCell/indentationWidth) and [`indentationLevel`](/documentation/UIKit/UICollectionViewListCell/indentationLevel).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)