I create comboBox with these settings (from .rc file):
COMBOBOX IDC_COMBO_NAME,6,24,96,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
But when i open my combobox and try to scroll by mouse wheel : Content of combobox is scrolled, thumb of scrollbar - stay on the same place. The same behaviour when i press scrollbar's arrow controls.
How can i trace the reason of such behaviour and fix it. Or maybe it well-known problem and have solution.