Returns the row size style.
SDK
- macOS 10.7+
Framework
- App
Kit
Declaration
var rowSizeStyle: NSTable View.Row Size Style { get set }
Discussion
The row
property is set by the NSTable
to its effective
. The cell view will layout the text
and image
based on the row
.
A value of NSTable
should never be set on the cell view, as it is an appropriate value only for the table as it returns the effective row size style for the table.