【发布时间】:2013-03-25 17:08:47
【问题描述】:
有人知道 Windows Phone 8 SDK(不是 WP 7.5 的 Windows Phone 工具包)的 Longlistselector 控件是否具有 ItemsPanel 属性或等效属性吗?
ListBox 控件具有这样的属性,我用它来包装 WrapPanel 中的项目。
<ListBox>
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<toolkit:WrapPanel/>
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
</ListBox>
这里有一个答案:How to wrap ItemsPanel in LongListSelector?,但这指的是在工具包中找到的 Longlistselector,而不是在 WP8 SDK 中(我无法访问源代码来使用上述解决方案)。
有人有想法吗?
【问题讨论】:
标签: windows-phone-8 longlistselector itemspanel