MonobjcMonobjc Documented Class Library
MaxNumberOfRows Property
NamespacesMonobjc.AppKitNSCollectionViewMaxNumberOfRows

Returns the maximum number of rows the receiver will display.

Original signature is '- (NSUInteger)maxNumberOfRows'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger MaxNumberOfRows { get; set; }
Public Overridable Property MaxNumberOfRows As NSUInteger
	Get
	Set
public:
virtual property NSUInteger MaxNumberOfRows {
	NSUInteger get ();
	void set (NSUInteger value);
}
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)