NSTableView.ColumnAutoresizingStyle.sequentialColumnAutoresizingStyle
Autoresize each table column sequentially, from the last auto-resizable column to the first auto-resizable column; proceed to the next column when the current column has reached its minimum or maximum size.
Declaration
case sequentialColumnAutoresizingStyleSee Also
Constants
NSTableView.ColumnAutoresizingStyle.noColumnAutoresizingNSTableView.ColumnAutoresizingStyle.uniformColumnAutoresizingStyleNSTableView.ColumnAutoresizingStyle.reverseSequentialColumnAutoresizingStyleNSTableView.ColumnAutoresizingStyle.lastColumnOnlyAutoresizingStyleNSTableView.ColumnAutoresizingStyle.firstColumnOnlyAutoresizingStyle