标签: windows-phone-7
您好我是Window Phone 7的新用户,我在Window Phone 7的列表框中将样式应用于备用行颜色时遇到问题。请帮帮我。
答案 0 :(得分:4)
虽然WPF具有支持此功能的ALternationCount属性,但Silverlight(Web版本和WP7)都没有。在Silverlight中创建此效果的最简单方法是通过值转换器设置项目的bacground颜色。请参阅以下主题:
ALternationCount
Alternating background colors for ListBox rows