MonobjcMonobjc Documented Class Library
SplitViewShouldAdjustSizeOfSubview Event
NamespacesMonobjc.AppKitNSSplitView..::..NSSplitViewDelegateEventDispatcherSplitViewShouldAdjustSizeOfSubview

Allows the delegate to specify whether the subview should be resized.

Original signature is '- (BOOL)splitView:(NSSplitView *)splitView shouldAdjustSizeOfSubview:(NSView *)subview'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
YES if adjustSubviews can change the size of the subview, otherwise NO. By returning NO, you lock the size of the split view subview while the split view is resized.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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