Re: Forcing a table row to redraw{spam?}
Re: Forcing a table row to redraw{spam?}
- Subject: Re: Forcing a table row to redraw{spam?}
- From: "Mark Munz (DevList)" <email@hidden>
- Date: Sat, 28 Jan 2006 18:22:40 -0800
You can use [tableview reloadData]; to tell the table to redraw
itself because the data has changed.
Mark Munz
On Jan 28, 2006, at 6:14 PM, 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