I suspect that the number of dividers in an NSSplitView is equal to [[MySplitViewObject subviews] count] -1
and that the index of any given divider in an NSSplitView is equal to the index of the subview to the left of or above the divider (depending on the NSSplitView's orientation).
Is it, or is there some undocumented and exposed property of the NSSplitView that returns a list of the dividers?