Docked tabcontrol flickers on resize

  • Thread starter Thread starter nirdeshonline
  • Start date Start date
N

nirdeshonline

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
(e-mail address removed)
 
Try turning double buffering on for the list control and/or the tab control.
This might help as it uses a small bit more memory to speed up drawing speeds.

HTH

Ciaran O'Donnell
 
Back
Top