在两个列表视图中同时选择项目
我的页面上有两个列表视图。我在第一个中选择“项目”,然后在第二个中选择“项目”。这 我在第一个中选择的项目被取消选择。
如何在两个列表视图中都选择一个项目?
I have two listViews on the page. I select Item in the first one and then in the second. The
item that I've selected in the first getting Unselected.
How can I get to have in both of the listviews a selected item ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需覆盖 ControlBrush 即可设置非活动突出显示颜色。
Just override the ControlBrush to set the inactive highlight color.