1

Is there any way, drag and drop items in same Gridview for reordering the items?

I visited these examples but in both examples drag and drop allows items in different GridViews.

http://blogs.msdn.com/b/going_metro/archive/2012/07/16/drag-and-drop-within-a-grouped-grid-view.aspx

http://www.renauddumont.be/en/2012/windows-8-csharp-xaml-drag-drop

I am trying to drag and drop items in same Gridview for reordering the items.

Thanks

4

1 に答える 1

2

これらの行をGridViewXAMLに追加するだけです

            CanReorderItems="True"
            AllowDrop="True"
            CanDragItems="True"
于 2013-01-08T11:36:32.887 に答える