Hi,
I have added a tabcontrol in windows form under c# 2.0 and docked it to
FILL.then i kept a listbox on this docked tabcontrol .Listbox contains
a collection of approx 10 strings as list items. Now when i resize the
form whole listbox flickers..
Please tell me any feasible solution, i need to use a checked listbox
which also has same flickering problem on resize.
Thanks & Regards
Nirdesh Dabas
nirdeshonline@gmail.com
VJ - 09 Nov 2006 02:36 GMT
you could try freezing the Form and try resize and enable the Form back. I
am sorry I don't have the code handy on to freeze the Form, but you can do
it with WM_PAINT message disabling it and then enabling it.. you google, you
can get the sample..
Vijay
> Hi,
> I have added a tabcontrol in windows form under c# 2.0 and docked it to
[quoted text clipped - 9 lines]
> Nirdesh Dabas
> nirdeshonline@gmail.com