Grid refresh a single row or col?

Works great. Thank you, Robin.

···

-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Tuesday, April 20, 2004 1:16 PM
To: wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] Grid refresh a single row or col?

brucedickey@micron.com wrote:

Hi,

Is possible in the grid control to refresh/update only a single row or

col? How?

Yes. Call CellToRect on the cells you want to be refreshed and then
call Refresh with those rectangles, and then Update if you want them to
be updated immediately (otherwise it will do it in a regular Paint event

asap.)

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org