Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSTableViewMBS class.

NSTableViewMBS.NSTableViewDashedHorizontalGridLineMask=8

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

Specifies that the horizontal grid lines should be drawn dashed.

NSTableViewMBS.NSTableViewDraggingDestinationFeedbackStyleGap=2

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 17.1
One of the dragging styles.

Provides a gap insertion when dragging over the table. Note that this style is only officially supported for View Based TableViews, but may partially work in Cell Based TableViews. The decision to use the gap style (compared to another style) can be made in draggingSessionWillBeginAtPoint, or it can dynamically be changed.

NSTableViewMBS.NSTableViewDraggingDestinationFeedbackStyleNone=-1

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 9.6
One of the constants to specify the drag styles displayed by the table view.

Provides no feedback when the user drags over the table view. This option exists to allow subclasses to implement their dragging destination highlighting, or to make it not show anything all.

Available in Mac OS X v10.6 and later.

NSTableViewMBS.NSTableViewDraggingDestinationFeedbackStyleRegular=0

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 9.6
One of the constants to specify the drag styles displayed by the table view.

Draws a solid round-rect background on drop target rows, and an insertion marker between rows. This style should be used in most cases.

Available in Mac OS X v10.6 and later.

NSTableViewMBS.NSTableViewDraggingDestinationFeedbackStyleSourceList=1

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 9.6
One of the constants to specify the drag styles displayed by the table view.

Draws an outline on drop target rows, and an insertion marker between rows. This style will automatically be set for source lists when the table's setSelectionHighlightStyle: is set to NSTableViewSelectionHighlightStyleSourceList. This is the standard look for Source Lists, but may be used in other areas as needed.

Available in Mac OS X v10.6 and later.

NSTableViewMBS.NSTableViewDropAbove=1

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

Specifies that the drop should occur above the specified row.

For example, given a table with n rows (numbered with row 0 at the top visually), a row of n–1 and operation of NSTableViewDropOn would specify a drop on the last row. To specify a drop below the last row, you use a row of n and NSTableViewDropAbove for the operation.

NSTableViewMBS.NSTableViewDropOn=0

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

Specifies that the drop should occur on the specified row.

For example, given a table with n rows (numbered with row 0 at the top visually), a row of n–1 and operation of NSTableViewDropOn would specify a drop on the last row. To specify a drop below the last row, you use a row of n and NSTableViewDropAbove for the operation.

NSTableViewMBS.NSTableViewFirstColumnOnlyAutoresizingStyle=5

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

Autoresize only the first table column.

When that table column can no longer be resized, stop autoresizing. Normally you should use one of the sequential autoresizing modes instead.

Available in Mac OS X v10.4 and later.

NSTableViewMBS.NSTableViewGridNone=0

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

Specifies that no grid lines should be displayed.

NSTableViewMBS.NSTableViewLastColumnOnlyAutoresizingStyle=4

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

Autoresize only the last table column.

When that table column can no longer be resized, stop autoresizing. Normally you should use one of the sequential autoresizing modes instead.

Available in Mac OS X v10.4 and later.

NSTableViewMBS.NSTableViewNoColumnAutoresizing=0

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

Disable table column autoresizing.
Available in Mac OS X v10.4 and later.

NSTableViewMBS.NSTableViewReverseSequentialColumnAutoresizingStyle=3

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 first auto-resizable column to the last 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.NSTableViewSelectionHighlightStyleNone=-1

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

Displays no highlight style at all.
Available in Mac OS X v10.6 and later.

NSTableViewMBS.NSTableViewSelectionHighlightStyleRegular=0

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 9.6
One of the constants for the selectionHighlightStyle property.

The regular highlight style of NSTableView. On Mac OS X v10.5 a light blue (returned by sending NSColor a alternateSelectedControlColor message) or light gray color (returned by sending NSColor a secondarySelectedControlColor message).

Available in Mac OS X v10.5 and later.

NSTableViewMBS.NSTableViewSelectionHighlightStyleSourceList=1

Type Topic Plugin Version
const Cocoa Controls MBS MacControls Plugin 9.6
One of the constants for the selectionHighlightStyle property.

The source list style of NSTableView. On 10.5, a light blue gradient is used to highlight selected rows.

Note: When using this style, cell subclasses that implement drawsBackground must set the value to false. Otherwise, the cells will draw over the tableview's highlighting.

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.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.

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


The biggest plugin in space...