MonobjcMonobjc Documented Class Library
MaxNumberOfColumns Property
NamespacesMonobjc.AppKitNSCollectionViewMaxNumberOfColumns

Returns the maximum number of columns the receiver will display.

Original signature is '- (NSUInteger)maxNumberOfColumns'

Available in Mac OS X v10.5 and later.

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