TlistBox - Double Click on Listitem is eaten when item has TDragMode.dmAutomatic

Issue #190 new
Harry Stahl created an issue

If you fill a Listbox with items and set the Listitems like this:

for L := 0 to listbox1.items.count- 1 do listbox1.ListItems[L].DragMode := TDragMode.dmAutomatic;

Then a doubleclick on the listbox (event ListBox1DblClick) is eaten, that means, it is not executed.

On Windows it works as expected.

Comments (3)

  1. Log in to comment