Hail to the swiss army knife of Silverlight Windows Phone Apps LongListSelector
Today, David Anson announced the second release of the Silverlight for Windows Phone toolkit.
This release doubles the number of controls in the kit, includes page transitions, ListPicker, and the new Swiss Army style control for Windows Phone: LongListSelector..
I am still getting deep into LongListSelector and trying to fit into some apps, but the potential for it is so great, I am doing a preview post on it..
LongListSelector started as a list that would address the requirements for lists similar to the people hub list..
Headers and Footers that scrolls with the items in the list (see how the “new releases” header scrolls with the list items, this is great for panoramas )
It then morphed into grouping ( similar to Quick Jump Grid control )
And finally but still equally important as a very performant listbox where you have a lot of control on how items are virtualized, how fast the list scrolls, how big your bounces are, etc.
LongListSelector uses a different scrolling mechanism ( animation on render thread ) and different virtualization strategy ( not a VirtualizingStackPanel) that results in better, smoother scrolling in most ListBoxes…
What are you waiting for??? Go download the toolkit from codeplex…
Happy Windows Phone Coding!
PS --- Test thoroughly.. With this high degree of customization and so many features into a single control, it is not too hard to make a mistake.. Make sure as you replace your standard listboxes with LongListSelector, you tune the knobs so it works just right for your app..
Comments
Anonymous
November 02, 2010
Looking forward to the post. What's inside - what panel does it use? How does it to virtualization differently?Anonymous
November 23, 2010
The comment has been removed