NSTableColumn resize
NSTableColumn resize
- Subject: NSTableColumn resize
- From: Terry Smyth <email@hidden>
- Date: Tue, 15 Oct 2002 12:51:02 +0100
Hi,
Searched the archives, but couldn't find anything that referred to this
particular problem. Yet it concerns some very basic table behavior, so
I apologize if I've overlooked something silly (still quite new to
cocoa).
Create a table view in IB with vertical and horizontal scroll bars, and
add some columns. Set the table and columns to allow resizing, then
test the interface. When resizing (growing) say the middle column, the
horizontal scroll bar only appears when the end column has reached it's
minimum width. I want the scroll bar to appear when any part of the
current (not minimum) width moves off the edge (which seems a more
normal behavior).
Is there any way to configure this behavior, or do I need to
programmatically set the minimum width on the last column to the
remaining width in the scroll view, each time the columns are reordered
(and remember the previous min for when the column is no longer at the
end)?
Thanks,
Terry Smyth
Software Generation Limited
_______________________________________________
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.