Re: vertical list of views
Re: vertical list of views
- Subject: Re: vertical list of views
- From: Conor Dearden <email@hidden>
- Date: Fri, 12 May 2006 11:18:01 +0200
Just stack them in an enclosing NSView. Since it's vertical NSView will even
stack them for you, with - (void)addSubview:(NSView *)aView. You can do all
that with the regular NSView since you seem to have simple needs. If you
wanted to move them around and keep track of the views you could even
subclass NSView and build a class with methods to handle and do fancy things
with the added views.
Regards,
Conor
http://www.bruji.com/
> I am trying to find some control for making dynamic vertical list of nsviews
> These nsviews can have different height, and the number of views can
> change from case to case.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden