I wanted something similar recently (especially the drag & drop rearranging). I didn't find anything suitable on the web and had to implement it all from scratch. Despite being mentioned in the Apple HIG, there is no OS support for scope bars.
http://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/AppleHIGuidelines/Windows/Windows.html#//apple_ref/doc/uid/20000961-SW3 Apple's scope bars seem to be part of the window frame, which makes them tricky to implement for us mortals. Class-dumping Mail will give you an idea of how Apple does it. _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com