【问题标题】:WP7 LongListSelector : Color of the semi-transparent backgroundWP7 LongListSelector : 半透明背景的颜色
【发布时间】:2012-10-29 20:40:56
【问题描述】:

当您点击 LongListSelector 制作的标题时,有什么方法可以更改显示的半透明遮罩的背景颜色?

【问题讨论】:

    标签: windows-phone-7 longlistselector


    【解决方案1】:

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

    <toolkit:LongListSelector  ItemsSource="{Binding Shows}" GroupItemsPanel="{StaticResource LongListItemsPanelTemplateCustom}" ></toolkit:LongListSelector>
    
    
    <ItemsPanelTemplate x:Key="LongListItemsPanelTemplateCustom"><StackPanel Background="Red"/></ItemsPanelTemplate>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-06-11
      • 2012-02-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-07-26
      • 2012-11-05
      相关资源
      最近更新 更多