Unplanned
Last Updated: 16 Nov 2023 13:18 by Larry
Larry
Created on: 16 Nov 2023 13:18
Category: ListBox
Type: Feature Request
2
Expose drag events such as OnDragStart and OnDrag

I have a ListBox on the same page as an Editor. I want to drag items from the ListBox to the Editor. Currently, it is not possible to drag items outside of the ListBox.

The drag events will also allow me to get the dragged item, so I can remove it from the ListBox's data when the user drops it in the Editor.

Please expose OnDragStart / OnDrag events to allow me to achieve that. Also, enhance the OnDrop event to allow dropping items outside of the ListBox.

0 comments