Answered Drag element on Grid

  • Friday, December 08, 2006 12:49 PM
     
     
    Can we user Grid for dragging the elements?
    I have seen some existing examples of dragging but all of are with Canvas, in fact I need example with Grid.

    Cheers

All Replies

  • Friday, December 08, 2006 1:30 PM
     
     
    The grid control is not (yet?) implemented in WPF/E.
    /Simon
  • Monday, December 11, 2006 3:34 AM
     
     Answered

    WPF/E does not currently support a grid control however we are considering a grid control for a future release.

    Joe

  • Monday, December 11, 2006 7:22 AM
     
     
    Grid and a stackpanel would be nice. The stackpanel is so very very useful, but I understand you have to be very careful when selecting which parts to be included and which to be "left out".
  • Sunday, January 07, 2007 3:37 AM
     
     
    This might be of help to you  http://www.infusionblogs.com/blogs/jsmith/archive/2006/11/28/7069.aspx.  I'm trying to build a diagraming tool and I found this real helpful.  Josh Smith has some good code here showing how to drag objects on a canvas and also how to link them with a line.