Scrollable List of NSViews - NSTableView? NSMatrix? Other?
Scrollable List of NSViews - NSTableView? NSMatrix? Other?
- Subject: Scrollable List of NSViews - NSTableView? NSMatrix? Other?
- From: Mark Munz <email@hidden>
- Date: Wed, 28 Jan 2004 11:22:56 -0700
Hi guys,
I'm trying to find the best solution to creating a rule interface
similar to Apple Mail's Rules interface.
I basically need to create and display a View for each "entry". The
entries could be of varying sizes (this would be to accommodate the
entries that require a lot more information w/o making every view that
large). There could potentially be a lot of rules, so the list has to
be scrollable (it looks like Apple Mail rules don't support scrolling).
NSTableView doesn't seem to be able to support heavyweight "views" as
content from what I can tell. I don't know enough about NSMatrix to
know if it may be a better solution to this problem. Is this a case
where i have to effectively roll-my-own Table solution? Any suggestions
or insight on the best way to do this?
Thanks for any help you can give.
Mark Munz
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.