K
kelvin.koogan
Using VS2005, C++, .NET
I have a ListView with OwnerDraw=true, Details view, that I am using
to display messages in real-time. Ideally I want to scroll down to the
bottom, i.e. most recent message, each time one is added.
However the control flickers horribly, much worse than the RichTextBox
which I'm using elsewhere.
I've tried various techniques, double-buffering, filtering out
WM_ERASEBKGND, but none of them seem to work.
Any suggestions for a way to prevent flickering?
TIA,
KK
I have a ListView with OwnerDraw=true, Details view, that I am using
to display messages in real-time. Ideally I want to scroll down to the
bottom, i.e. most recent message, each time one is added.
However the control flickers horribly, much worse than the RichTextBox
which I'm using elsewhere.
I've tried various techniques, double-buffering, filtering out
WM_ERASEBKGND, but none of them seem to work.
Any suggestions for a way to prevent flickering?
TIA,
KK