autoresizesAllColumnsToFit
Returns a Boolean value that indicates if the table view proportionally resizes its columns to fit when its superview’s frame changes.
Declaration
- (BOOL) autoresizesAllColumnsToFit;Return Value
true if the table view proportionally resizes all of its columns to fit when its superview’s frame changes, and false if it only resizes the last column.
See Also
Deprecated Methods
dragImageForRows:event:dragImageOffset:setAutoresizesAllColumnsToFit:selectColumn:byExtendingSelection:selectRow:byExtendingSelection:tableView:writeRows:toPasteboard:setDrawsGrid:drawsGridselectedColumnEnumeratorselectedRowEnumeratorfocusedColumn()setFocusedColumn(_:)shouldFocusCell(_:atColumn:row:)performClickOnCell(atColumn:row:)preparedCell(atColumn:row:)columnsInRect: