MonobjcMonobjc Documented Class Library
ScrollRowToVisibleInColumn Method (row, column)
NamespacesMonobjc.AppKitNSBrowserScrollRowToVisibleInColumn(NSInteger, NSInteger)

Scrolls the specified row to be visible within the specified column.

Original signature is '- (void)scrollRowToVisible:(NSInteger)row inColumn:(NSInteger)column'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ScrollRowToVisibleInColumn(
	NSInteger row,
	NSInteger column
)
Public Overridable Sub ScrollRowToVisibleInColumn ( _
	row As NSInteger, _
	column As NSInteger _
)
public:
virtual void ScrollRowToVisibleInColumn(
	NSInteger row, 
	NSInteger column
)
Parameters
row (NSInteger)
The index of the row to scroll.
column (NSInteger)
The index of the column containing the row to scroll.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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