Contents

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