In this topic we will consider how to implement drag and drop items within the same listBox. If you're interested in this, then welcome =)
In this case we consider the situation where there are just lines of text in listbox that we will drag.
So, we have ListBox which is named listBox1 and global variable indexOfItem to store index of the selected item of listBox1.