2012-10-29 224 views

回答

0

您可以添加一個自定義的GropItemsPanel模板。它覆蓋了屏幕。

<toolkit:LongListSelector ItemsSource="{Binding Shows}" GroupItemsPanel="{StaticResource LongListItemsPanelTemplateCustom}" ></toolkit:LongListSelector> 


<ItemsPanelTemplate x:Key="LongListItemsPanelTemplateCustom"><StackPanel Background="Red"/></ItemsPanelTemplate>