[SOLVED] ListBox and CheckedListBox lack IndexFromPoint

Answered
0
0

Hello again,

I’m trying to implement a drag/drop operation for re-ordering a listbox, and for moving things between listboxes.

I can’t figure out how to determine which item is being dragged, since the click-and-drag does not first set the selected item in the listbox.

How is this handled in WiseJ?

Thanks!

-John

  • You must to post comments
Best Answer
0
0

Hi John,

#1705 is now also included in Wisej development build 1.5.44

Best regards
Frank

  • You must to post comments
0
0

Hi John,

this is currently not possible. You have to select an item first before dragging it.
I have logged an enhancement request to automatically select an item on DragStart (#1705).

Best regards
Frank

  • John Nagle
    Ok, thanks Frank! -John
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.