Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSTableViewMBS class.

Previous items

NSTableViewMBS.NSTableViewSequentialColumnAutoresizingStyle=2

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 9.6
One of the constants to specify the autoresizing style.

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.

Available in Mac OS X v10.4 and later.

NSTableViewMBS.NSTableViewSolidHorizontalGridLineMask=2

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 9.6
One of the constants to specify grid styles.

Specifies that horizontal grid lines should be displayed.

Available in Mac OS X v10.3 and later.

You can combine NSTableViewSolidVerticalGridLineMask and NSTableViewSolidHorizontalGridLineMask with bitwiseor.

NSTableViewMBS.NSTableViewSolidVerticalGridLineMask=1

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 9.6
One of the constants to specify grid styles.

Specifies that vertical grid lines should be displayed.

Available in Mac OS X v10.3 and later.

You can combine NSTableViewSolidVerticalGridLineMask and NSTableViewSolidHorizontalGridLineMask with bitwiseor.

NSTableViewMBS.NSTableViewStyleAutomatic = 0

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 21.0
One of the style constants.

Automatically infers the effectiveStyle from the table view hierarchy.

NSTableViewMBS.NSTableViewStyleFullWidth = 1

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 21.0
One of the style constants.

Edge-to-edge style with standard content padding at the ends of each row. This content padding is constant and independent of intercellSpacing.

NSTableViewMBS.NSTableViewStyleInset = 2

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 21.0
One of the style constants.

Inset style with rounded corners selection

NSTableViewMBS.NSTableViewStylePlain = 4

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 21.0
One of the style constants.

A plain style. No insets, padding or any other kind of decoration applied to the row or its background. The cells are equally spaced in the row using intercellSpacing.width.

NSTableViewMBS.NSTableViewStyleSourceList = 3

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 21.0
One of the style constants.

The source list style of NSTableView. Setting this style will have the side effect of setting the background color to "source list".
Additionally in NSOutlineView, the following properties may change to get the standard "source list" look: indentationPerLevel, rowHeight and intercellSpacing. After setting the style it is possible to change any of the other properties as required.
In 10.11, if the background color has been changed from the "source list" background color to something else, the table will no longer draw the selection as a source list blur style, and instead will draw a normal selection highlight.
This replaces NSTableViewSelectionHighlightStyleSourceList which is to be deprecated.

NSTableViewMBS.NSTableViewUniformColumnAutoresizingStyle=1

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 9.6
One of the constants to specify the autoresizing style.

Autoresize all columns by distributing space equally, simultaneously.
Available in Mac OS X v10.4 and later.

Previous items

The items on this page are in the following plugins: MBS MacControls Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...