NSTableView scrollRowToVisible
NSTableView scrollRowToVisible
- Subject: NSTableView scrollRowToVisible
- From: Daniel Child <email@hidden>
- Date: Wed, 09 Feb 2005 01:10:27 -1000
Hi All,
I have a table that seems to work fine, but I wanted it to
automatically scroll to a particular row depending on a search result.
Unfortunately, placing the following line at the end of the search
(inside my Controller.m file)
[equivalenceTableView scrollRowToVisible: <theNumber>];
doesn't seem to work. (equivalenceTableView is my IBOutlet). What steps
do you have to take to make this work?
Thanks in advance.
Daniel
_______________________________________________
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