In august 2012, this article was published http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh286406%28v=vs.92%29.aspx which talks about database best practices.
In this article, is mentioned that data virtualization in listbox must be enabled and suggests to follow an article dated August 2010.
" For more information about enabling data virtualization on data-bound ListBox controls, see Improving ListBox Performance in Silverlight for Windows Phone 7: Data Virtualization"
However I thought that listbox virtualization is enabled by default with what was released in Mango version. Is that correct? Is a listbox databinded to an observable collection virtualized by default?