MonobjcMonobjc Documented Class Library
SetScrollable Method (flag)
NamespacesMonobjc.AppKitNSMatrixSetScrollable(Boolean)

Specifies whether the cells in the matrix are scrollable.

Original signature is '- (void)setScrollable:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetScrollable(
	bool flag
)
Public Overridable Sub SetScrollable ( _
	flag As Boolean _
)
public:
virtual void SetScrollable(
	bool flag
)
Parameters
flag (Boolean)
YES to make all the cells in the receiver scrollable, so the text they contain scrolls to remain in view if the user types past the edge of the cell. If flag is NO, all cells are made nonscrolling. The prototype cell, if there is one, is also set accordingly
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)