ListBox drag & drop

G

GMet

I have a form with ListBox1 and ListBox2. I have the drag and drop code
from the example.

I have 2 questions.
1 - can I show grid lines in the listboxes?
2 - when I select and drag from ListBox1 into ListBox2, I want it to align
with a selected row in ListBox 1. In the example below I have selected E
from ListBox1 to drag and drop into ListBox2. I want E to align with C in
ListBox1. It would look like this:

before drag & drop
ListBox1 ListBox2
A
B
C
D
E

after drag & drop
Listbox1 ListBox2
A
B
C E
D
E

is that possible?

Glen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top