1

I have items coming from server dynamically and I need to create an ItemTemplate for those items. I looked for ScrollViewer but I couldn't find ItemTemplate or ItemsSource property.

Is there a way to list items in phone:longListSelector horizontally?

4

1 回答 1

0

您可以在 Scrollviewer 中使用这样的列表框;

<ScrollViewer>
  <ListBox ItemsSource="your source" ItemTemplate="your template" />
</ScrollViewer>
于 2013-02-28T14:59:07.417 回答