• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSOutlineView - how to have a default item selected
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSOutlineView - how to have a default item selected


  • Subject: Re: NSOutlineView - how to have a default item selected
  • From: Dave DeLong <email@hidden>
  • Date: Wed, 25 Nov 2009 16:53:42 -0700

How about this?

NSInteger index = [myOutlineView rowForItem:itemToSelect];
NSIndexSet * indexSet = [NSIndexSet indexSetWithIndex:index];
[myOutlineView selectRowIndexes:indexSet byExtendingSelection:NO];

HTH,

Dave

On Nov 25, 2009, at 4:48 PM, Boyd Collier wrote:

> Mario KuĆĄnjer's question reminded me of a question that I've been pondering about NSOutlineViews, namely, is there a way to have one item on the outline initialized in the selected state when the outline is first created?  That is, when the window containing the outline is first displayed to the user, what I would like is for the first item in my outline to already show as selected.  Seems like there should be a simple way of doing this, but if so, I've not yet discovered it.  I have a small test project based on code that Itai Ferber was kind enough to send me, and I would be more than happy to make it available to anyone who would be interested in looking at it.
>
> Boyd

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: NSOutlineView - how to have a default item selected
      • From: Boyd Collier <email@hidden>
References: 
 >NSOutlineView - how to have a default item selected (From: Boyd Collier <email@hidden>)

  • Prev by Date: Re: UIImageView Animation Question
  • Next by Date: Re: Drawing: The Right place to keep bounds
  • Previous by thread: NSOutlineView - how to have a default item selected
  • Next by thread: Re: NSOutlineView - how to have a default item selected
  • Index(es):
    • Date
    • Thread