Hi,
I have a requirment to toggle the selected item of a combobox on double click.
I am able to achieve this using MouseDoubleClick event for combobox.
But the issue is, when I double click the popup for the combobox also drops down, which I need to avoid.
How can I do this.
Please help.
Thanks,
P
View Complete Post