I am currently using the evaluation version of the controls (my company is going to be purchasing a multi-pack license soon) and am trying to figure out how to make the Explorer Bar/Explorer Pane to support drag/drop. Basically I am wanting to create an interface much like the VS toolbox where someone can drag an item from a ButtonList control inside the explorer pane to a form and have the form accept the item and do something with the object that was dragged. It won't need to be removed from the list at all and there isn't going to be drag/drop adding support.
So basically I am trying to mimic the concepts behind the VS toolbar with dragging items (one at a time, not multiples) from the ButtonList elsewhere.
I hope that wasn't too confusing...is Eyefinder the right tool to use for this?