views:

38

answers:

2

When I update my objectListView list it flickers/flashes white, is this normal behaviour or can it be prevented. The list gets updated around every 1-5 seconds using the AddObject method if that makes any difference.

A: 

I seem to have fixed it by using the FastObjectListView class instead...

volting
A: 

You might be able to alleviate some of the flickering by Freezing and Thawing the ObjectListView widget as well.


Mike Driscoll

Blog: http://blog.pythonlibrary.org

Mike Driscoll
Unfortunately Freezing and Thawing the widget doesnt make any difference
volting