Board index » cppbuilder » TListBox not repainting correctly
Sean Hanna
![]() CBuilder Developer |
Sun, 01 May 2005 08:42:02 GMT
TListBox not repainting correctly
I have a TListBox on a form and have set the Style to lbOwnerDrawFixed.
When the TListBox is resized the items are not repainted correctly. The problem only occurs if the TListBox is resized horizontally (ie: width is changed) and not when it is resized vertically. The currently selected item in the TListBox is ALWAYS drawn correctly The text contained in the item is always displayed correctly, however I have tried numerous ways to resolve the problem but have not found any Thanks in advance Sean Hannan |