Do your List Views support multiple selection and copying?

Last updated by Igor Goldobin about 2 months ago.See history

List Views such as in SSW Diagnostics can present a wealth of information to the user. But too often, users are unable to copy this information to paste into a support email because the list view doesn't support copying. Instead, the user has to frustratingly retype the information with the risk of introducing errors.

listview bad
Figure: Bad example - List view with only single selection and no copying

listview good
Figure: Good example - List view with multiple selection and copying

Make it easier for the user by enabling the "MultiSelection" property of a ListView and providing a right click menu with a "Copy" item that copies to the clipboard.

We open source. Powered by GitHub