How to create a WPF application where the user can drag a Canvas (grouping canvas) around?

103 views Asked by At

I have recently tried to make an application that enables users to drag the controls around which is very crucial for my project, because it will help them to freely move the object around and prevent it from interfering with other tasks i have tried creating a new window and using Me.Dragmove() but the controls are too much to do as such!

enter image description here Can any one please help me tackle this problem? Thanks in Advance!!!

Coding language VB.NET Programming software: Expression Blend 4 and Visual Studio Ultimate 2012

1

There are 1 answers

1
AjS On

Perhaps, using a third party library can be useful in this scenario. I remember ComponentOne has a C1DraDropManager class that can reduce a lot of work and enable drag/drop features in few simple steps.