Wolfgang Schölmberger
Member
Hi everybody,
OE12.5, Win 8 & 10
I have to implement drag & drop on a ListView-Control and found the following C#-example:
How would I do this in ABL ?
TIA, Wolf
OE12.5, Win 8 & 10
I have to implement drag & drop on a ListView-Control and found the following C#-example:
listView1.AllowDrop = true;
listView1.DragDrop += new DragEventHandler(listView1_DragDrop);
listView1.DragEnter += new DragEventHandler(listView1_DragEnter);
How would I do this in ABL ?
TIA, Wolf