Re: Resize NSTableView controle at Runtime.
Re: Resize NSTableView controle at Runtime.
- Subject: Re: Resize NSTableView controle at Runtime.
- From: Shawn Erickson <email@hidden>
- Date: Wed, 1 Dec 2004 10:20:14 -0800
On Dec 1, 2004, at 4:31 AM, Amit Kumar(R&D) wrote:
Hi All,
Please let me know how I increase and decrease the size of the table controle at runtime?
Make sure to review the documentation for not just the class in question (NSTableView) but its super classes (NSControl, NSView, etc.) to understand what method exists.
It really isn't clear exactly what you want to do but consider...
- setFrame:, - setFrameSize:, - sizeToFit, - calcSize, etc.
Likely also review the conceptual documentation on how views work...
<http://developer.apple.com/documentation/Cocoa/Conceptual/DrawViews/DrawViews.html>
-Shawn
_______________________________________________
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