Hey Guys,
I've think i've tried everything but cant get it to work. I can get it to work to a text box or a list bow but not to another Listview!!
Anyone know how to drag the contents of a listview to another listview??
b :(
Printable View
Hey Guys,
I've think i've tried everything but cant get it to work. I can get it to work to a text box or a list bow but not to another Listview!!
Anyone know how to drag the contents of a listview to another listview??
b :(
Declare a modular variable, and when you start dragging from the source, set the modular variable to the selected listitem. When you drop on the destination, use the modular variable to set the properties :)
aha i didnt think of that! :)