• 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: complex views in a tableview
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: complex views in a tableview


  • Subject: Re: complex views in a tableview
  • From: j o a r <email@hidden>
  • Date: Thu, 28 Feb 2008 19:15:00 +0100


On Feb 27, 2008, at 11:13 PM, Sean McBride wrote:

I haven't used NSCollectionView but I have read about it. It seems to
be geared towards grids more than lists. I'm looking to have a table
with 2 resizable columns: the first a simple string, the second my
'complex view'. I'm not sure I could really do that with a collection
view. If it were two columns, would it still do selection in terms of rows?


No, it wouldn't. So, I guess it comes down to this: There is no control provided by Apple that does exactly what you want, so you would either have to build something from scratch yourself, or attempt to modify / tweak / hack one of the existing controls. You can hack the NSTableView to sort of work that way, like I showed with my SubViewTableView example, or you might be able to hack the NSCollectionView to sort of work that way.

Good luck!

j o a r


_______________________________________________

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: complex views in a tableview
      • From: "Sean McBride" <email@hidden>
References: 
 >complex views in a tableview (From: "Sean McBride" <email@hidden>)
 >Re: complex views in a tableview (From: j o a r <email@hidden>)
 >Re: complex views in a tableview (From: "Sean McBride" <email@hidden>)

  • Prev by Date: Can someone send me the MoreAuthSample?
  • Next by Date: Using NSTask to start ssh tunnel
  • Previous by thread: Re: complex views in a tableview
  • Next by thread: Re: complex views in a tableview
  • Index(es):
    • Date
    • Thread