• 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: Drawing a badge in an OutlineView column cell: but width changes on expanding
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Drawing a badge in an OutlineView column cell: but width changes on expanding


  • Subject: Re: Drawing a badge in an OutlineView column cell: but width changes on expanding
  • From: Stuart Malin <email@hidden>
  • Date: Tue, 24 Feb 2009 11:58:48 -1000


On Feb 24, 2009, at 11:48 AM, Corbin Dunn wrote:

I've just published a blog that has screen shots of these states:
http://stuartmalin.blogspot.com/2009/02/troubles-with-cocoa-custom.html


Your table column's width is changing automatically (because you have setAutoresizesOutlineColumn:YES), but your view is set to not show horizontal scrollers, so it is clipping. Either:
1. Turn on horizontal scrollers (auto hidden is okay)
2. Turn off setAutoresizesOutlineColumn

#2 works for me (conceptually, and in practice).
Corbin: Thanks so much for dealing with what is my lack of knowledge/ experience.


_______________________________________________

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


References: 
 >Drawing a badge in an OutlineView column cell: but width changes on expanding (From: Stuart Malin <email@hidden>)
 >Re: Drawing a badge in an OutlineView column cell: but width changes on expanding (From: Corbin Dunn <email@hidden>)
 >Re: Drawing a badge in an OutlineView column cell: but width changes on expanding (From: Stuart Malin <email@hidden>)
 >Re: Drawing a badge in an OutlineView column cell: but width changes on expanding (From: Corbin Dunn <email@hidden>)

  • Prev by Date: Re: Drawing a badge in an OutlineView column cell: but width changes on expanding
  • Next by Date: Re: How to center a custom NSView in a NSScrollView
  • Previous by thread: Re: Drawing a badge in an OutlineView column cell: but width changes on expanding
  • Next by thread: Re: How to center a custom NSView in a NSScrollView
  • Index(es):
    • Date
    • Thread