Re: reloading individual rows in tableview
Re: reloading individual rows in tableview
- Subject: Re: reloading individual rows in tableview
- From: j o a r <email@hidden>
- Date: Sun, 28 Dec 2003 23:52:47 +0100
There is no built-in functionality in NSTableView to update just one
cell, column or row.
How to use progress indicators (a control that doesn't use a cell for
it's drawing), and other views, inside a table view is a frequently
asked question. I have written a little piece on that topic, that you
can find here:
<
http://www.joar.com/code/>
j o a r
On 2003-12-28, at 22.51, David Kocher wrote:
>
I have a tableview in which the content changes very frequently. I
>
have subclassed
>
nscell and overwritten drawInteriorWithFrameInView to draw a progress
>
bar and some attributed strings. How can I force the tableview to
>
update only a particular row? For now I am just calling
>
tableView.reloadData() but I suppose this is very inefficient.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.