Re: NSBrowser column resizing

2011-03-06 Thread Raleigh Ledet
Why not just a headerViewController on NSBrowser proper?

-raleigh

On Mar 2, 2011, at 10:03 AM, Scott Ribe wrote:

 I need to implement a custom control, which would look very much like an 
 NSBrowser with a header row above each column which would have 1 or 2 
 controls per column. It seems like a custom view that embeds an NSBrowser 
 would be a good starting point. But I'd want my header row cell to resize 
 along with the column when the user is resizing the column, not snap to the 
 new size after the user is done resizing.
 
 Is there any way to hook into column resizing during the drag?
 
 FWIW, I only need to support 10.6, nothing earlier.
 
 
 -- 
 Scott Ribe
 scott_r...@elevated-dev.com
 http://www.elevated-dev.com/
 (303) 722-0567 voice
 
 
 
 
 ___
 
 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/ledet%40apple.com
 
 This email sent to le...@apple.com

___

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 arch...@mail-archive.com


Re: NSBrowser column resizing

2011-03-06 Thread Scott Ribe
On Mar 6, 2011, at 4:01 PM, Raleigh Ledet wrote:

 Why not just a headerViewController on NSBrowser proper?

That looks like it might be exactly what I want. I missed it when skimming 
NSBrowser/Delegate docs.

Thanks.

-- 
Scott Ribe
scott_r...@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice




___

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 arch...@mail-archive.com