C# Win Forms Auto-Updating Controls

Posted by Goober on Stack Overflow See other posts from Stack Overflow or by Goober
Published on 2009-07-03T08:47:12Z Indexed on 2010/03/28 1:03 UTC
Read the original article Hit count: 364

Hello! I have a datagridview and a combobox which get populated randomly with data. However, the new data is never displayed automatically. Someone mentioned the idea of invalidating the control to force the application to redraw it and thus iterate through the contents and populate the control with the new data.

Does anyone know which is the best method for implementing auto-updating controls in windows forms applications?

help greatly appreciated,

regards.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms