Hi.
I have a UserComboBox with a DataGridView as its DropDownControl.
On the DataGridView CellMouseDoubleClick, I would like to collapse the DropDownControl programmatically.
I have tried using the DropDownControl.Hide method, but after this the UserComboBox down arrow won’t make it appear anymore.
Any way to accomplish this?
Thanks in advance.
Ivan
Hi Ivan,
You can use DropDownControl.DroppedDown = false for close dropdown
Best,
Kevin(ITG)
Hi Kevin.
Thank you for the reply.
Unless I am doing something weird, which is always a huge possibility in my case, I am afraid I don’t have this DroppedDown property in my control.
See figure attached. By the way, I am on the latest released Wisej version.
Cheers.
Ivan
Please login first to submit.