MonobjcMonobjc Documented Class Library
BrowserHeightOfRowInColumn Method (browser, row, columnIndex)
NamespacesMonobjc.AppKitINSBrowserDelegateBrowserHeightOfRowInColumn(NSBrowser, NSInteger, NSInteger)

Specifies the height of the specified row in the specified column.

Original signature is '- (CGFloat)browser:(NSBrowser *)browser heightOfRow:(NSInteger)row inColumn:(NSInteger)columnIndex'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
CGFloat BrowserHeightOfRowInColumn(
	NSBrowser browser,
	NSInteger row,
	NSInteger columnIndex
)
Function BrowserHeightOfRowInColumn ( _
	browser As NSBrowser, _
	row As NSInteger, _
	columnIndex As NSInteger _
) As CGFloat
CGFloat BrowserHeightOfRowInColumn(
	NSBrowser^ browser, 
	NSInteger row, 
	NSInteger columnIndex
)
Parameters
browser (NSBrowser)
The browser.
row (NSInteger)
The index of the row.
columnIndex (NSInteger)
The index of the column.
Return Value
The height to set for the specified row, which must be greater than 0.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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