Setting a listView item as selected
-
2012년 2월 17일 금요일 오전 4:33
Hi Im trying to work out how to set a listview item as selected from within JavaScript, nothing i try seems to work any ideas???
Thanks
Jason
모든 응답
-
2012년 2월 17일 금요일 오후 2:20중재자
Hi Jason,
The ListView has a selection method:
http://msdn.microsoft.com/en-us/library/windows/apps/br211852.aspx
You should use that to set the selected object.
-Jeff
Jeff Sanders (MSFT)
- 답변으로 제안됨 Jeff SandersMicrosoft Employee, Moderator 2012년 2월 17일 금요일 오후 2:20
- 답변으로 표시됨 Bob_BaoMVP, Moderator 2012년 3월 7일 수요일 오전 4:05
-
2012년 3월 13일 화요일 오후 5:16You're probably, like me, trying to target an individual item in the listview, correct? I'm actually trying to disable the ability to select certain items in the listview. Anybody have advice?

