A variable-height "Small List" view with [+] and [-] buttons
A variable-height "Small List" view with [+] and [-] buttons
- Subject: A variable-height "Small List" view with [+] and [-] buttons
- From: Jerry Krinock <email@hidden>
- Date: Fri, 11 Jun 2010 15:28:11 -0700
I'd like to implement a list view for a small number of items, which the user can add to or remove from by clicking [+] and [-] buttons in the margin. The height of the view will vary with the number of items. In this particular case, each item would be a popup menu.
It would be similar to the view used to add email addresses for a person in Apple's Address Book, and similar to NSRuleEditor, but simpler.
Before coding this from scratch, I'd like to know if there is any code already done, or any advice on how to proceed. I'm thinking that the list would be a collection of custom "Row" class instances. Each "Row" would have the two [+] and [-] buttons, and the popup menu.
Thanks,
Jerry Krinock
Couldn't find anything in a search, possibly due to lack of definitive keywords.
_______________________________________________
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