How to draw connecting lines between two controls on a grid WPF

Posted by Pawan on Stack Overflow See other posts from Stack Overflow or by Pawan
Published on 2010-05-12T22:40:08Z Indexed on 2010/05/12 22:44 UTC
Read the original article Hit count: 551

Filed under:
|
|
|
|

Hi, I am creating controls (say button) on a grid. I want to create a connecting line between controls. Say you you do mousedown on one button and release mouse over another button. This should draw a line between these two buttons.

Can some one help me or give me some ideas on how to do this?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about wpf

Related posts about grid