Hello everyone , I have a combobox which I need to change selected value up and down using the mouse wheel it could be bound or unbound is that possible ?
true - I was assuming scroll and click. With a combo, if there are not enough rows there is nothing to scroll unless the combo list is set to 1 row high - and you still need to click.
It is just with a listbox, you don't need to click in order to scroll, just having the mouse over the control is sufficient, then click. With a combo, you need to click to expose the dropdown (tho' I guess you could use the combo mouseover event to expose it), but then you are moving the mouse from the control to the dropdown, scrolling then clicking.
But agree, to auto select will require an api if you don't want the user to select by clicking