WPF: Drag/Drop to re-order grid and jiggle

Posted by Echilon on Stack Overflow See other posts from Stack Overflow or by Echilon
Published on 2010-03-06T14:44:08Z Indexed on 2010/03/14 7:25 UTC
Read the original article Hit count: 563

I need to implement a grid in WPF which has squares that can be dragged/dropped to be re-ordered, but I'm not sure the best way to do it. I was thinking using an ObservableCollection of squares and a UniFormGrid but although I have experience with both WPF and drag/drop, ideally I'd like to do a kind of 'jiggle' when before the user releases the mouse. Any suggestions on a good starting point?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about drag-and-drop