Docked tabcontrol flickers on resize

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)
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top