Skip navigation.
 
mlRe: Is there a Source List control in Cocoa
FROM : Rob Napier
DATE : Wed Apr 02 02:50:39 2008

It won't exactly match Mail or iTunes, but the new Leopard way of doing what
you're talking about is to use an NSTableView or NSOutlineView and call:

  [tableView
setSelectionHighlightStyle:NSTableViewSelectionHighlightStyleSurceList]

-Rob

On Tue, Apr 1, 2008 at 8:45 PM, Markus Spoettl <
<email_removed>> wrote:

> Hello,
>
>  I'm new to all things Cocoa so please forgive me if this sounds
> stupid:
>
> I'm looking for a way to implement a Source List / Sidebar (like in
> Mail or iTunes)? Is there something that comes with Xcode 3 (on
> Leopard) or does one have to do this by hand?
>
> Any pointers much appreciated!
>
> Thanks
> Markus
> --
> __________________________________________
> Markus Spoettl
>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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/<email_removed>
>
> This email sent to <email_removed>
>




--
Rob Napier -- Software and Security Consulting -- http://robnapier.net

Related mailsAuthorDate
mlIs there a Source List control in Cocoa Markus Spoettl Apr 2, 02:45
mlRe: Is there a Source List control in Cocoa Rob Napier Apr 2, 02:50
mlRe: Is there a Source List control in Cocoa Rob Keniger Apr 2, 02:57
mlRe: Is there a Source List control in Cocoa Markus Spoettl Apr 2, 03:08
mlRe: Is there a Source List control in Cocoa Markus Spoettl Apr 2, 03:57