It looks like that's a WinJS.UI.ListView. There is a Quickstart on how to use them at http://msdn.microsoft.com/en-us/library/windows/apps/hh465496(v=VS.85).aspx .
--Rob
Probably it is, but is there some sample that works like NearMe in Snapp mode too? I can not find it!
Thank you...
There are a number of ListView samples at http://code.msdn.microsoft.com/windowsapps/site/search?query=ListView&f%5B1%5D.Value=ListView&f%5B1%5D.Type=SearchText&f%5B0%5D.Value=JavaScript&f%5B0%5D.Type=ProgrammingLanguage&f%5B0%5D.Text=JavaScript&ac=8 . I'm not sure exactly what you're looking for, so I'm not sure which if any of them will help the most. The Simple ListView sample there does have a scenario for switching between a Grid and a List to support snap, so that may be a good start.
I'll also move this into the forum for developing Metro style apps with HTML and JavaScript where you'll find more expertise in that framework.