如何设置ListViewItem被选中时的颜色? 50

在C#里,ListViewItem被选中时默认为深蓝色。我觉得这颜色太难看,想改成浅蓝色,请问该如何实现?附上ListView部分的XAML代码:<ListViewIte... 在C#里,ListViewItem被选中时默认为深蓝色。我觉得这颜色太难看,想改成浅蓝色,请问该如何实现?

附上ListView部分的XAML代码:
<ListView
ItemsSource="{Binding Source={StaticResource
myDateCollectionDataSource}}"
HorizontalAlignment="Center"
Background="#FFDAE7F7"
Height=" 228"
SelectionChanged="SelectMeeting">

<ListView.View>
<GridView >
<GridViewColumn Header="名称" Width="254 "
HeaderContainerStyle="{StaticResource myHeaderStyle}"
HeaderTemplate="{StaticResource myHeaderTemplate}"
CellTemplate="{StaticResource myCellTemplateName}"
/>

<GridViewColumn Header="时间" Width="127"
HeaderContainerStyle="{StaticResource myHeaderStyle}"
HeaderTemplate="{StaticResource myHeaderTemplate}"
CellTemplate="{StaticResource myCellTemplateDate}"/>

</GridView>
</ListView.View>
</ListView>

其中用到了数据绑定,那些Item都是绑定到源的。
展开
 我来答
天飞扩宇
2015-09-08 · 互联网的杂牌军队员。
天飞扩宇
采纳数:1841 获赞数:20001

向TA提问 私信TA
展开全部
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_window_focused="false" android:drawable="@drawable/listitem_normal" />
<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/listitem_highlight" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/listitem_highlight" />
<item android:state_selected="true" android:drawable="@drawable/listitem_normal" />
<item android:state_focused="true" android:drawable="@drawable/listitem_normal" />
</selector>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
LK_soso
2009-09-08 · TA获得超过278个赞
知道小有建树答主
回答量:351
采纳率:0%
帮助的人:190万
展开全部
双击lstView控件,在SelectedIndexChanged事件中写代码,改变被选中的Items的样式,背景。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式