WP7 LongListSelector:半透明背景的颜色

时间:2012-10-29 20:40:56

标签: windows-phone-7 longlistselector

当您点击由LongListSelector生成的标题时,有什么方法可以更改半透明蒙版的背景颜色?

1 个答案:

答案 0 :(得分:0)

您可以添加自定义GropItemsPanel模板。它覆盖了屏幕。

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


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