Cocoa: VBox View and NSScrollView

November 16, 2008 | Filed Under Cocoa | 1 Comment

Following the post of yesterday, today I’ve implemented a simple VBoxView (Vertical Box Layout) that allow you to lines up NSViews vertically.

Cocoa Scrollable NSViews VBox

Cocoa Scrollable NSViews VBox


Here you can find the example Source Code.