Hey,
I have an NSScrollView with an NSTableView embedded inside it. The NSTableView is bound to a custom NSArrayController as its data source and delegate. The NSTableView only has one column that shows a string of text (NSTextFieldCell) in each row. The problem is that when the text gets long in a given row, the horizontal scroll bar doesn't appear because the Column isn't adjusting its width based on the text inside it. Anyone have an idea on how to set it up so that the column will auto-resize itself based on the text inside it? The only column resizing docs/info I could find will make the column resize based on the NSTableView itself, which is not what I want.

Thanks...
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to