I have a custom NSView, when I adjust the frame's size the origin ends up moving. What I want is the view to be locked from the top left position so that when I re-size the view expands right and down while holding its position. Sorry if this is confusing, think of it like the left alignment for text sort of...
Also, this view is being created and displayed strictly with code and not Interface Builder.
Also, this view is being created and displayed strictly with code and not Interface Builder.