MonobjcMonobjc Documented Class Library
AutoresizesAllColumnsToFit Property
NamespacesMonobjc.AppKitNSTableViewAutoresizesAllColumnsToFit

Returns YES if the receiver proportionally resizes its columns to fit when its superview’s frame changes, NO if it only resizes the last column. (Deprecated in Mac OS X v10.4. Use columnAutoresizingStyle instead.)

Original signature is '- (BOOL)autoresizesAllColumnsToFit'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use columnAutoresizingStyle instead.")]
public virtual bool AutoresizesAllColumnsToFit { get; set; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use columnAutoresizingStyle instead.")> _
Public Overridable Property AutoresizesAllColumnsToFit As Boolean
	Get
	Set
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Use columnAutoresizingStyle instead.")]
public:
virtual property bool AutoresizesAllColumnsToFit {
	bool get ();
	void set (bool 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)