المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : CListBox not being drawn topmost



C++ Programming
02-12-2010, 01:01 AM
Hi,

I'm using a CListCtrl with some customisation such that selecting an item will bring up a drop down list for selection.

If I use a CComboBox then the drop down list is visible outside of the CListCtrl window, but if I use a CListBox then although the list box is created properly, it is not visible outside of the list control ********

Is there a style I am missing when creating my List Box? I am currently using WS_CHILD, WS_VISIBLE and WS_BORDER to define the appearance.

TIA

Tony