Re: Resizing problem
Re: Resizing problem
- Subject: Re: Resizing problem
- From: j o a r <email@hidden>
- Date: Tue, 1 Apr 2003 09:07:24 +0200
NSControl (or NSView) doesn't have min or max sizes, only NSWindow does.
You'll have to set the min size of the window to match the minimum size
required to display it's subview hierarchy.
j o a r
On Tuesday, Apr 1, 2003, at 08:06 Europe/Stockholm, Suman Ganguly wrote:
I'm developing an application using Interface Builder. Could you
please tell
me how to set the min size of any control. Actually I want to bound the
controls with their parent view, so that the might not distorted while
resizing the view.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.