Auto resizing outline views

Is there any way to set an outline view to slave to the window?
User resizes window and the outline view follows maintaining top left right and bottom margins.
Thanks

This is a basic part of Interface Builder. You click on the outline view in your window. The outline view is actually in a scroll view so you will have actually selected a scroll view… and that’s what you want selected. Then go to the Size Inspector under the tools menu. Make your adjustments in the “Autosizing” section of the inspector.

Thanks a million Regulus
I have played a little bit with that.
Got it

I have set the scroll bars to auto disappear.
I noticed a screen refresh problem.
I set my window does not grow taller but only wider.
When I click the zoom button with a vertical scroll bar showing it stays in the middle of the screen instead of being relocated to the far right. If I am fully zoomed and cause the scroll bar to appear and then I zoom to small the scroll bar is not redrawn.
I played with bounds changed resize and some call methods I found here to no avail.

Is it just a screen refresh problem or a bug in xcode?