---
title: allowsTruncatedLabels
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstabview/allowstruncatedlabels
---

# allowsTruncatedLabels

A Boolean value that indicates if the tab view allows truncating for labels that don’t fit on a tab.

## Declaration

```swift
var allowsTruncatedLabels: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the tab view allows truncating for labels that don’t fit on a tab, otherwise it does not. The default value is true. When truncating is allowed, the tab view inserts an ellipsis, if necessary, to fit a label in the tab.
