Re: Resize NSTableView controle at Runtime.
Re: Resize NSTableView controle at Runtime.
- Subject: Re: Resize NSTableView controle at Runtime.
- From: Guy English <email@hidden>
- Date: Wed, 1 Dec 2004 10:08:39 -0500
On Wed, 1 Dec 2004 18:01:21 +0530, Amit Kumar(R&D) <email@hidden> wrote:
> Please let me know how I increase and decrease the size of the table
> controle at runtime?
In IB use the springs system.
In code send a setFrame message to the table view.
If you're talking about a table column send it a setWidth message.
I know it's not hip with the kids but you may want to try the documentation:
http://developer.apple.com/documentation/Cocoa/Cocoa.html
Guy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden