Results 1 to 2 of 2

Thread: Drag n Drop in A User Control

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2009
    Posts
    1

    Drag n Drop in A User Control

    I am using VB 8 and Expression Blend 3 for a WPF application. I created a User Control which has a canvas and inside it a Label. I implement a double click event and a drag n drop for the canvas.
    When i drag a UserControl to another UserControl I want to copy the Label.content to the label.content of the target control

    My problem is that when i do the drag n drop, the label is copied but the source canvas looses its doubleclick event. What happens here???
    I can post the code if needed.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Drag n Drop in A User Control

    Thread moved from the 'VB.Net' forum to the 'WPF, WCF, WF' forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width