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
Back to NSOutlineViewMBS class.
NSOutlineViewMBS.NSOutlineViewColumnDidMoveNotification as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Controls | MBS MacControls Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The notification object is the NSOutlineView object in which a column moved. The userInfo dictionary contains the following information:
NSOldColumn: An NSNumber object containing the integer value of the column’s original index
NSNewColumn: An NSNumber object containing the integer value of the column’s present index
NSOutlineViewMBS.NSOutlineViewColumnDidResizeNotification as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Controls | MBS MacControls Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The notification object is the NSOutlineView object in which a column was resized. The userInfo dictionary contains the following information:
NSTableColumn: The column that was resized.
NSOldWidth: An NSNumber object containing the column’s original width
NSOutlineViewMBS.NSOutlineViewDisclosureButtonKey as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Controls | MBS MacControls Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The normal triangle disclosure button.
NSOutlineViewMBS.NSOutlineViewItemDidCollapseNotification as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Controls | MBS MacControls Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The notification object is the NSOutlineView object in which an item was collapsed. A collapsed item’s children lose their status as being selected. The userInfo dictionary contains the following information:
NSObject: The item that was collapsed (an id)
NSOutlineViewMBS.NSOutlineViewItemDidExpandNotification as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Controls | MBS MacControls Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The notification object is the NSOutlineView object in which an item was expanded. The userInfo dictionary contains the following information:
NSObject: The item that was expanded (an id)
NSOutlineViewMBS.NSOutlineViewItemWillCollapseNotification as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Controls | MBS MacControls Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The notification object is the NSOutlineView object that contains the item about to be collapsed. A collapsed item’s children will lose their status as being selected. The userInfo dictionary contains the following information:
NSObject: The item about to be collapsed (an id)
NSOutlineViewMBS.NSOutlineViewItemWillExpandNotification as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Controls | MBS MacControls Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The notification object is the outline view that contains an item about to be expanded. The userInfo dictionary contains the following information:
NSObject: The item that is to be expanded (an id)
NSOutlineViewMBS.NSOutlineViewSelectionDidChangeNotification as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Controls | MBS MacControls Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The notification object is the outline view whose selection changed. This notification does not contain a userInfo dictionary.
NSOutlineViewMBS.NSOutlineViewSelectionIsChangingNotification as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Controls | MBS MacControls Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The notification object is the outline view whose selection is changing. This notification does not contain a userInfo dictionary.
NSOutlineViewMBS.NSOutlineViewShowHideButtonKey as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Cocoa Controls | MBS MacControls Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The Show/Hide button.
The items on this page are in the following plugins: MBS MacControls Plugin.