I am currently using the LongListSelector from the latest release of the Silverlight Toolkit. What I now want to do, is to arrange several items in one line, just like in the Wrappanel, but I don't know how to do so. Is it possible with the LongListSelector? I know how to horizontally align items in common list, but I don't want to miss the features of the LongListSelector.

link|improve this question

54% accept rate
feedback

1 Answer

Be warned, The WrapPanel (part of the Silverlight Toolkit) doesn't support virtualization, so you will get a huge performance hit when you want to display to many items. Regarding your question, you want to style / template your LongListSelector. I think they even have an example within the Silverlight Toolkit source code download. Have a look at that.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.