Windows Develop Bookmark and Share   
 index > Windows Forms General > Dynamic update of listview causes annoying blinking... how do you prevent this?
 

Dynamic update of listview causes annoying blinking... how do you prevent this?

I have a component that has row/column data to monitor the process of individual threads... the individual fields are being constantly updated. I was wondering if there is some way of keeping the component (in this case a listView) from blinking when you are updating it.

Is there some way of at least reducing the blink if not all of it?

Thanks?

dl0haus  Friday, March 16, 2007 9:14 PM
Usually ListView.BeginUpdate and ListView.EndUpdate are used for this.
Peter Ritchie  Monday, March 19, 2007 8:28 PM
How often is the data actually being updated? How often does the user need to see a change?

theTroll
theTroll527  Friday, March 16, 2007 9:44 PM

One thing you can try is to set the DoubleBuffered property of hosting form to true.

Friendly Dog  Friday, March 16, 2007 11:44 PM
Usually ListView.BeginUpdate and ListView.EndUpdate are used for this.
Peter Ritchie  Monday, March 19, 2007 8:28 PM

You can use google to search for other answers

Custom Search

More Threads

• Copying Controls
• Yet another Toolstrip question.....
• SupportsColor field always false?
• Disabling the tabcontrol from cliking
• Change Font For One Charater - Superscript
• How to detect whether a form is hidden by another application?
• C# - Managed DirectX Fullscreen Dual Monitor
• Weird - Applying visual styles!
• File help!
• Help with migration from VB to C# (re: form controls)