Originally posted by: Mike Kuitunen
Help! I thought I followed all the instructions carefully, but the DrawItem method is never being called. Any ideas or suggestions? OnPaint and InvalidateRect are being called.
ReplyOriginally posted by: James Siddle
Hi,
Great control - it all works fine apart from one thing, when scrolling the horizontal scroll bar, the part of the control that has been scrolled is not updated. The OnPaint and DrawItem are both called when scrolling in this way, but they do not seem to update the display.
I'm investigating this and if I find a solution, I'll post it back here.
Congratulations on an excellent site - I use this site frequently.
James Siddle
ReplyOriginally posted by: Theodore Littleton
The full-row selection described here is great, and works like a charm
with one caveat - when dropped into my list control, any highlighted
and focused item will display artifacts of the right edge of the focus
rectangle when the list control is scrolled to the right. Is there a
simple solution to this problem?