Re: NSOutlineView and horizontal scroll bar problem
Re: NSOutlineView and horizontal scroll bar problem
- Subject: Re: NSOutlineView and horizontal scroll bar problem
- From: Chuck Soper <email@hidden>
- Date: Thu, 8 Jul 2004 11:36:02 -0700
Yo David,
Did you try sending the following message to your outline view?
- (void)reloadItem:(id)item reloadChildren:(BOOL)reloadChildren
Chuck
At 11:10 AM -0700 7/8/04, David Alter wrote:
Hi all,
I have a NSOutlineView inside a NSScrollView. The outline view is
configured with a horizontal scroll bar and "Autoresize columns to
fit" in IB. As I open the disclosure triangles the NSSrollView is
aware that the data has gotten wider but it is only aware that is
wider by the width of the disclosure triangle ( 16 pixels ). That is
nice but the width of the cells data is my real issue. The cells
data (text) in some case is long and the horizontal scroll bar does
not take into account for the size of the data. This appears to be a
bug, but I still need a work around. Does anyone have any ideas on
this?
thank you for the help
David Alter
_______________________________________________
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.