---
title: allowsMultipleLines
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cplistimagerowitem/allowsmultiplelines
---

# allowsMultipleLines

A Boolean value indicating whether the elements should be visible in more than a single line.

## Declaration

```swift
var allowsMultipleLines: Bool { get }
```

## Discussion

Discussion Set the value of this property to @c YES to allow elements to be visible on multiple lines. Set the value of this property to @c NO to only show a single line of elements.
