NSComboBox is an ordinary control just like any other. Thus, you can set it's frame with the -setFrame: method of NSView, from which it inherits.
However, changing the width of this kind of control to accommodate its contents is pretty uncommon in standard Cocoa apps. -Steven On Thu, Feb 11, 2010 at 1:43 PM, John Yeh <john...@adobe.com> wrote: > How to change the width of the pop-up list in NSComboBox? When a long > string is added to the NSComboBox, it can't displayed completely. how to > extend the width of the pop-up list? > -John_______________________________________________ > > 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: > http://lists.apple.com/mailman/options/cocoa-dev/steven.degutis%40gmail.com > > This email sent to steven.degu...@gmail.com > -- Steven Degutis http://www.thoughtfultree.com/ http://www.degutis.org/ _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com