有人知道Windows Phone 8 SDK(而不是WP 7.5的Windows Phone工具包)中的Longlistselector控件是否具有ItemsPanel属性或等效属性?
ListBox控件具有这样的属性,我用它来包装WrapPanel中的项目.
<ListBox>
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<toolkit:WrapPanel/>
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
</ListBox>
Run Code Online (Sandbox Code Playgroud)
这里有一个答案:如何在LongListSelector中包装ItemsPanel?但是这指的是工具包中的Longlistselector,而不是WP8 SDK(我无法访问使用上述解决方案的源代码).
有人有想法吗?