当前位置: 首页 > 工具软件 > WinJS > 使用案例 >

Winjs.listview

狄富
2023-12-01

selected some items in the listview dynamically:

        var listview = document.getElementById("basicListView").winControl;
        //select the items
        listview.selection.set([2,3,4]);


 类似资料:

相关阅读

相关文章

相关问答