如何从 DataTemplate 确定当前 ListBox 项的索引?
我有一个列表框。现在我想以这样的方式编写一个 DataTemplate,即 第一个 项目将具有红色背景和其他项目的白色背景。我想我需要编写一个 DataTrigger,但我不知道如何确定 DataTemplate 是否应用于第一项。
I have a ListBox. Now I want to write a DataTemplate in such way, that the first item will have red background and white background for other items. I guess I need to write a DataTrigger, but I have no idea how do determine that DataTemplate is applying to the first item.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
项目控件有一个交替计数,您可以使用它来设置样式,
看看 这里:
享受吧!
items controls have an alternation count that you use to style against
have a look here :
enjoy!