Browse By Tags

  • Bug? Memory leak and decreasing performance

    Hello.

    I'm using the Drag & Drop framework with many DragSources and many DropTargets.
    These are regularily newly instantiated when the user is filtering or updating a list of elements of which each element is a DragSource that can be dragged onto…

  • Drag and Drop Listbox help

    Hey there, quick question, I want to drag a listbox item fromthe listbox to a grid cell.  The listbox item is a custom textbox control called "cEmployeeItem".  The listbox itemssource is bound to the view model and loaded on a button push.

    I…