Difference between ListView and ListBox in Visual Studio
问题 What is the difference between "ListView" and "ListBox" in a "Windows 8" app. 回答1: The ListBox is an older control primarily for compatibility with other xaml frameworks. The ListView has build-in functionality for touch etc. Use the ListView unless you have a specific need for the ListBox See here for more detail. Specific events available only for ListView : DragItemsStarting ItemClick Methods: CompleteViewChange CompeteViewChangeFrom CompleteViewChangeTo InitializeViewChange