我在我的 Windows8 JavaScript 应用程序中使用 listView 控件,并且我正在使用如下代码呈现页面上的项目:
listView.layout = new ui.GridLayout({
groupHeaderPosition: "top",
groupInfo: this.groupInfo,
itemInfo: this.computeItemSize
});
现在我想在页面上呈现这些项目后执行一些操作。知道在哪里可以为此设置回调吗?