I see.
The drag and drop control I'm using on List Box is not very friendly user. When you drag and Item to a List Box below, it auto-scroll the current List Box which throws off the user. Say I have a 200 items on the List Box A, and I'm draging an Item South, it'd scroll all the way down to the bottom of List Box A.
If I can disable the scroll bar on mouse down ( which is dragging and item on list box) the user will still have his/her current selected item showing on List Box A.
I think my last resort is to make a really long List Box, and put it in Form A, then add Form A to form Form B as a subform, and turn Form B subform scroll bar on/off. Do you think the subform thing would work?