我有动态来自服务器的项目,我需要为这些项目创建ItemTemplate
。
我找了ScrollViewer但是找不到ItemTemplate或ItemsSource属性。
有没有办法在电话中列出项目:longListSelector水平?
答案 0 :(得分:0)
您可以在Scrollviewer中使用这样的列表框;
<ScrollViewer>
<ListBox ItemsSource="your source" ItemTemplate="your template" />
</ScrollViewer>