05-14-2025 07:01 PM
I have a multicolumn that i'm selecting multiple columns, dragging and dropping within the same multicolumn. everything is working great but the drop position is not always dropping between the cells as indicated.
On a drop event, I use the Point to Row Column function to get the position of the cursor and return the row its pointed at:
This however, does not always return the position the indicator is showing on the multicolumn because the curser can be over the bottom half of the top row and the top half of the second row and the multicolumn indicator doesn't change position yet this function does change value. Is there a way to get the indicator value when dragging instead of using the Point To Row Column function?
05-15-2025 02:07 AM
I don't have much experience with drag and drop and I'm guessing there is no direct way of getting the location of where LV is going to drop, but I can quickly think of a couple of options for getting the result: