Re: NSView and Scrolling
Re: NSView and Scrolling
- Subject: Re: NSView and Scrolling
- From: Shawn Erickson <email@hidden>
- Date: Fri, 26 Mar 2004 09:51:44 -0800
On Mar 26, 2004, at 9:17 AM, Stephane Sudre wrote:
On Friday, March 26, 2004, at 05:34 PM, Matt Jaffa wrote:
Any suggestions on the below situations?
* Modify the UI and use a NSTableView
This is what I would change things to use... place you 52 lines as rows
in a table view. This way down the road if you have the need for 53
lines you simple add another row to your data source and it just works.
-Shawn
On Mar 25, 2004, at 10:03 PM, Matt Jaffa wrote:
Hi,
I created an NSView and put 52 lines in it, haveing buttons on each
line.
The NSView is obviously smaller than 52 lines, how do I make it
Scroll so they can fill out the first 20 lines then
Scroll down to fill out the rest.
Each line has 3 radio buttons to choose from with text to explain
what they are choosing.
Thanks,
Matt
_______________________________________________
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.