Hello,
I've the requirement, that the user should be able to drag an item out of an UltraComboEditor.
It works fine, when the user first selects an item of the available items of the drop down and then click again in the editor field and hold down the mouse button. But that means two selections for the user.
How can I start a drag operation directly when the user click and hold the mouse button on the expanded list? I didn't find any event I could use that is fired?
Any ideas?
Many thanks
Erich
Hello Erich,
Thank you for contacting Infragistics. Our Windows Forms controls do not have native drag drop support between other controls. With that said you can use the framework's mouse events and achieve what you are looking to do. A similar question between dragging records between two of our UltraGrids can be read here:https://ko.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/38614/drag-and-drop-between-two-ultragrids
Let me know if you have any questions.