Re: displaying parts of views
Re: displaying parts of views
- Subject: Re: displaying parts of views
- From: Nathan Day <email@hidden>
- Date: Sat, 2 Mar 2002 23:47:39 +1030
You should be able to do this by setting the bounds of the view.
On Saturday, March 2, 2002, at 10:13 PM, mac wrote:
Hello all,
I have 3 views each with a width of 100.
I want to display the first 100 of the first view, the middle 100 of
the middle view, and the last 100 of the last view next to each other
such that the display will show with a total width of 300.
___________________________________________
| |
| |
| view 1 first 1/3 | view 2 second 1/3 | view 3 last 1/3 |
|_____________|_______________|_____________|
How is this done?, I've tried NSClipView, but It will not do what I
need without scroll bars. I don't want the views to be scrollable.
_______________________________________________
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.