Sets the position of the divider at the specified index.
SDK
- macOS 10.5+
Framework
- App
Kit
Declaration
Parameters
position
The position of the divider
dividerIndex
The index of the divider.
Discussion
The default implementation of this method behaves as if the user were attempting to drag the divider to the proposed position, so the constraints imposed by the delegate are applied and one of the views adjacent to the divider may be collapsed.
This method is not invoked by NSSplit
itself.