Hi,
Is possible in the grid control to refresh/update only a single row or
col? How?
Thanks,
Bruce
Hi,
Is possible in the grid control to refresh/update only a single row or
col? How?
Thanks,
Bruce
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!