Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSTableColumnMBS class.

NSTableColumnMBS.dataCell as NSCellMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 9.6 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The NSCell object used by the NSTableView to draw values for the receiver.

You can use this property to control the font, alignment, and other text attributes for an NSTableColumn. You can also assign a cell to display things other than text—for example, an NSImageCell to display images.
(Read and Write property)

NSTableColumnMBS.Editable as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 8.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Controls whether the user can edit cells in the receiver by double-clicking them.

If value is true a double click initiates editing; if flag is false it merely sends the double-click event to the NSTableView. You can initiate editing programmatically regardless of this setting with NSTableView's editColumn() method.
(Read and Write property)

NSTableColumnMBS.headerToolTip as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 8.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The tooltip string that is displayed when the cursor pauses over the header cell of the receiver.

(Read and Write property)

NSTableColumnMBS.Hidden as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 8.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Whether the column is hidden.

(Read and Write property)

NSTableColumnMBS.identifier as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 9.6 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The object used by the data source to identify the attribute corresponding to the receiver.

(Read and Write property)

NSTableColumnMBS.maxWidth as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 8.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The maximum width.

Setting this value will also adjusting the current width if it's greater than this value.
(Read and Write property)

NSTableColumnMBS.minWidth as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 8.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The minimum width.

Setting this value will also adjusting the current width if it's less than this value.
(Read and Write property)

NSTableColumnMBS.Resizable as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 8.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Whether this column can be resized.

(Read and Write property)

NSTableColumnMBS.resizingMask as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 8.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Defines the resizing mode for this column.

Use kNoResizing, kAutoresizingMask and kUserResizingMask constants.
(Read and Write property)

NSTableColumnMBS.tableView as NSTableViewMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 12.0 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The owner tableview.

(Read and Write property)

NSTableColumnMBS.title as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The title of the table column’s header.

(Read and Write property)

NSTableColumnMBS.width as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 8.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The width of the column.

(Read and Write property)

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


The biggest plugin in space...