I'm sure this is an easy one for you gurus out there.

I've got a treeview where the associated imagelist has 16x16 icons. When I load the tree, the icons are the right size and everything looks beautiful.

However, when I want to drag a node, I set the tree's DragIcon to the appropriate image in the imagelist, then do the BeginDrag. Well, the dragicon is too big. Ideally, I'd like to be the same size as is displayed in tree.

Thanks in advance for your help.