Hi,
You can use the follow code in the button click event:
var listview = document.getElementById("basicListView").winControl;
//select the items
listview.selection.set([2,3,4]);
Roy
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.