摘要: 在textbox中输入内容,同时在listbox中高亮以目前textbox内容开头的项。 public String SearchText { get; set; } 阅读全文
posted @ 2016-03-29 14:49 Jane&Coding 阅读(670) 评论(0) 推荐(0)
摘要: 当没有focus在listbox时,selectedItem的background为灰色,只有鼠标点击之后才会变成蓝色。希望即使鼠标没有点击的时候也是蓝色。 解决方法: 在xaml中添加: 或在app.xaml中添加: 参考: https://social.msdn.microsoft.com/Fo 阅读全文
posted @ 2016-03-29 11:31 Jane&Coding 阅读(345) 评论(0) 推荐(0)