Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSTableRowViewMBS class.

NSTableRowViewMBS.backgroundColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The background color of the row.

The property defaults to the table view’s backgroundColor, unless usesAlternatingRowBackgroundColors is set to true. In that case, the colors alternate, and are automatically updated as required by insertions and deletions.
The value of the background color can be customized in the NSTableViewMBS.didAddRowView event. The property is animatable.
(Read and Write property)

NSTableRowViewMBS.emphasized as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Determines whether the row will draw with the alternate or secondary color (unless overridden).

When emphasized is true, the view will draw with the alternateSelectedControlColor defined by NSColor. When false it will use the secondarySelectedControlColor defined by NSColor.
(Read and Write property)

NSTableRowViewMBS.Floating as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Specifies whether the row is drawn using the floating style.

Floating is a temporary attribute that is set when a particular group row is actually floating above other rows. The state may change dynamically based on the position of the group row. Drawing may be different for rows that are currently 'floating'.
(Read and Write property)

NSTableRowViewMBS.groupRowStyle as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Specifies whether this row view is a group row.

When true this row is a group row and will draw appropriately.
(Read and Write property)

NSTableRowViewMBS.NextRowSelected as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Whether next row is selected.

(Read and Write property)

NSTableRowViewMBS.PreviousRowSelected as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Whether the previous row is selected.

(Read and Write property)

NSTableRowViewMBS.selected as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Determines whether the row is selected.

True if selected, otherwise false.
(Read and Write property)

NSTableRowViewMBS.selectionHighlightStyle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa Controls MBS MacControls Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Specifies the selection highlight style.

The possible values are specified in NSTableViewSelectionHighlightStyle in NSTableView.
(Read and Write property)

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


The biggest plugin in space...