Scrolling List of Thumbnails?
Scrolling List of Thumbnails?
- Subject: Scrolling List of Thumbnails?
- From: Jerry LeVan <email@hidden>
- Date: Tue, 15 Jun 2004 23:48:09 -0400
Hello,
Thanks to John Pannell and Louis Sacha, I finally got a
grip on displaying and scaling images.
I want to build a one column scrolling list of thumbnails of
larger images.
IB will let me build a NSMatrix of Button Cells, but not NSImageCells,
in a scrollview.
IB will let me build a one column table of NSImageCells in a
scrollview.
1) It appears that it might be possible to change the type of cell
in the NSMatrix after the app starts up, true? The scrollview has
to "fit" in the UI so creating the objects from scratch sounds
too painful.
2) Has anyone observed any performance difference between the Matrix
approach as opposed to the table approach?
Thanks,
Jerry
_______________________________________________
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.