Re: List of Images like in System Preferences
Re: List of Images like in System Preferences
- Subject: Re: List of Images like in System Preferences
- From: "M. Uli Kusterer" <email@hidden>
- Date: Thu, 29 Jan 2004 20:52:11 +0100
At 13:52 Uhr +0100 28.01.2004, Michael Becker wrote:
Is that another tableview with custom cells? I just need to know
(roughly) what widgets to use there.
I'm not quite sure whether you can make an NSTableView display its
rows horizontally instead of vertically, but if that's possible, then
you could use an NSTableView with an image cell, yes.
Otherwise, You could probably fake it by creating a couple of
NSImageViews and a scrollbar, and then having the scroll bar move all
the image views' images to the image view to their left, and then
load a new one into the last one that's now free (when scrolling
right, that is).
Or you could create an NSScrollView and just create a whole bunch of
NSImageViews in there, but that'd be slow...
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.