Click to See Complete Forum and Search --> : Problems with ListBox: PLEASE HELP!!!


Holi the Rob
June 2nd, 1999, 09:45 AM
Hi

For continuous resizing (not line by line) I had to add the LBS_OWNERDRAWVARIABLE flag. Now I have the problem that the contents of the ListBox aren't shown anymore. How can I solve this problem? Do I have to overload a method? Is there a message I can react on?

Please, any hints or ideas

Holi

Robert Rolls
June 2nd, 1999, 09:53 AM
As soon as you specify LBS_OWNER* you have to handle DrawItem as well as the standard drawing code will not occure anymore.