i have a Vertical NSSplitView on my ViewController i set a Width constraint of >=200 for the left controller. This works in the sense that it won't let me size it less than two hundred. However if i expand the form it changes the size of both the Left & Right Views. I want it to default to changing only the Right view. So the user can increase the Left View if she wants but when they resize the form it only resizes the Right View.