A Boolean value indicating whether the cell truncates text that does not fit within the cell’s bounds.
SDK
macOS 10.5+
Framework
AppKit
Declaration
@propertyBOOLtruncatesLastVisibleLine;
Discussion
When the value of this property is YES, the cell truncates text and adds an ellipsis character to the last visible line when the text does not fit. The value in the lineBreakMode property must be NSLineBreakByWordWrapping or NSLineBreakByCharWrapping for this option to have any effect.