Re: Forcing a table row to redraw
Re: Forcing a table row to redraw
- Subject: Re: Forcing a table row to redraw
- From: Robert Tillyard <email@hidden>
- Date: Sun, 29 Jan 2006 02:25:47 +0000
You can reload the table with [tableView reloadData];
Regards, Rob.
On 29 Jan 2006, at 02:14, Marcus S. Zarra wrote:
Hopefully this is a simple question:
I have a row in a table and have programmatically changes how many
lines it uses. How do I tell the view to redraw it, and perhaps
the entire table, so that it does not overwrite another row?
I tried setNeedsDisplay: but it was ineffective.
Is there a way to force a view to redraw itself? Or perhaps some
way to notify the table that the row height has changed?
_______________________________________________
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