N
nak
Hi there,
I have an owner drawn listbox that works fine and without flicker except
when it is resized. The only examples I've come across for double buffering
require painting the entire control within the OnPaint event, of course this
isn't how I would like to draw the control as it negates the purpose of it
being owner drawn and I may as well just create the control from scratch.
I've also seen potential fixes involving the EnableVisualStyles property
but this does not work for me. Has anyone got any wizzy tips for curing
this resize flicker? Thanks a million in advance.
Nick.
I have an owner drawn listbox that works fine and without flicker except
when it is resized. The only examples I've come across for double buffering
require painting the entire control within the OnPaint event, of course this
isn't how I would like to draw the control as it negates the purpose of it
being owner drawn and I may as well just create the control from scratch.
I've also seen potential fixes involving the EnableVisualStyles property
but this does not work for me. Has anyone got any wizzy tips for curing
this resize flicker? Thanks a million in advance.
Nick.