Listbox flickers on form resize

  • Thread starter Thread starter Nirdesh
  • Start date Start date
N

Nirdesh

Hi,
I have added a simple listbox in windows form under c# 2.0. It 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
(e-mail address removed)
 
The problem i stated is specific to tabcontrol . when i dock fill
tabcontrol on a form and put a listbox there. THEN AT RESIZE of the
form, listbox as well as the tabcontrol flickers badly.
Please tell any possible solution
 
Back
Top