Re: What's the right way to make the last (or only) table column fill the width of an NSTableView?
Re: What's the right way to make the last (or only) table column fill the width of an NSTableView?
- Subject: Re: What's the right way to make the last (or only) table column fill the width of an NSTableView?
- From: Kyle Sluder <email@hidden>
- Date: Mon, 11 Jan 2010 20:53:38 -0800
On Mon, Jan 11, 2010 at 10:58 AM, Charles Jenkins <email@hidden> wrote:
> The ZIP Inspector program works as advertised, but I'm annoyed by the fact
> that the filenames shown in the Table View get truncated due to the width of
> their column, which does not resize no matter how big I make the Table View.
> (The Table View resizes with the window, and I've set the column's Max Width
> to 10000.)
I'm confused. This works out of the box for me on Snow Leopard. Drop
an NSTableView in a window, set the autoresize mask, removed the
second column, made the remaining column the width of the table view.
Works like a charm. Perhaps you aren't aware that a column will only
resize if it is already the width of the view?
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden