Hi everyone,
I'm wondering if anyone can help me.
I have written a .NET 2.0 activeX listview control to display data in a html web
page using the <OBJECT> tags (long history to why we chose this architecture).
The control works fine appart from flickering when each row is added. The control
uses the listview.DoubleBuffer approach and does not flicker if it is hosted in a Win
Forms application.
Does anyone know why this is happeningor have ideas on how to stop the
flickering when it is hosted in IE?
Your help is much appreciated.
Thanks in advance
Peter