Hi,
The ListBox is an older control primarily for compatibility with other xaml frameworks. The ListView/GridView has build-in functionality
for touch etc. Use the ListView/GridView unless you have a specific need for the ListBox.
According to Drag and Drop functionality, there are some special events and properties can only be used for ListView/Gridview.
Specific events available only for ListView/Gridview:
DragItemsStarting
Properties:
CanDragItems
CanDragItemsProperty
CanReorderItems
CanReorderItemsProperty
You can refer to the link to know how to drop and drag items in Listview/Gridview and reorder the GridView/ListView
item:
http://code.msdn.microsoft.com/windowsapps/XAML-ListView-and-GridView-6bd77f71
Best Wishes!
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey. Thanks<br/> MSDN Community Support<br/> <br/> Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and
makes it easier for other visitors to find the resolution later.