I have a owner drawn ListBox and it's flicker free on resizing when done from dragging the parent window and when adding items and when vertical scrolling but when an item is selected and I try to horizontal scroll the item selected flickers really badly although none of the none selected ones do, how do I fix this or how do I detect when the scroll bar is selected to deselect the ListBox item?

有帮助吗?

解决方案

This might help:

http://www.catch22.net/tuts/flicker-free-drawing.

It outlines some things to try much better than I can...

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top