Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Cocoa Controls | MBS MacControls Plugin | 8.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The NSTableColumn determines the width and width limits, resizability, and editability of its column in the NSTableView. It also stores two NSCell objects: the header cell, which is used to draw the column header, and the data cell, used to draw the values for each row. You can control the display of the column by setting the subclasses of NSCell used and by setting the font and other display characteristics for these NSCells. For example, you can use the default NSTextFieldCell for displaying string values or substitute an NSImageCell to display pictures.
Constant | Value | Description |
---|---|---|
NSTableColumnAutoresizingMask | 1 | One of the constants specify the resizing modes available for the table column. Allows the table column to resize automatically in response to resizing the tableview. Enabling this option is the same as enabling the "Live Resizable" option in Interface Builder. The resizing behavior for the table view is set using the NSTableView method setColumnAutoresizingStyle:. more |
NSTableColumnNoResizing | 0 |
One of the constants specify the resizing modes available for the table column.
Prevents the table column from resizing. Available in Mac OS X v10.4 and later. |
NSTableColumnUserResizingMask | 2 |
One of the constants specify the resizing modes available for the table column.
Allows the table column to be resized explicitly by the user. Enabling this option is the same as enabling the "User Resizable" option in Interface Builder. Available in Mac OS X v10.4 and later. |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacControls Plugin.
NSSwitchMBS - NSTableDataSourceMBS