Ownerdraw listbox +WS_POPUP ???
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I wrote a class for an ownerdraw listbox (LBS_OWNERDRAWFIXED). When used as a child window, MeasureItem and DrawItem are correctly called. When used as a popup, these methods are not called (neither OnMeasureItem and OnDrawItem in the owner window). How to have an ownerdraw listbox used as a popup ?? Thanks